diff options
Diffstat (limited to 'shared/extra-utils/videos/index.ts')
-rw-r--r-- | shared/extra-utils/videos/index.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shared/extra-utils/videos/index.ts b/shared/extra-utils/videos/index.ts index 3bc219281..652d82842 100644 --- a/shared/extra-utils/videos/index.ts +++ b/shared/extra-utils/videos/index.ts | |||
@@ -4,6 +4,7 @@ export * from './captions' | |||
4 | export * from './change-ownership-command' | 4 | export * from './change-ownership-command' |
5 | export * from './channels' | 5 | export * from './channels' |
6 | export * from './channels-command' | 6 | export * from './channels-command' |
7 | export * from './comments-command' | ||
7 | export * from './history-command' | 8 | export * from './history-command' |
8 | export * from './imports-command' | 9 | export * from './imports-command' |
9 | export * from './live-command' | 10 | export * from './live-command' |
@@ -13,5 +14,5 @@ export * from './playlists' | |||
13 | export * from './services-command' | 14 | export * from './services-command' |
14 | export * from './streaming-playlists-command' | 15 | export * from './streaming-playlists-command' |
15 | export * from './streaming-playlists' | 16 | export * from './streaming-playlists' |
16 | export * from './video-comments' | 17 | export * from './comments-command' |
17 | export * from './videos' | 18 | export * from './videos' |