aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils/videos/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/extra-utils/videos/index.ts')
-rw-r--r--shared/extra-utils/videos/index.ts5
1 files changed, 3 insertions, 2 deletions
diff --git a/shared/extra-utils/videos/index.ts b/shared/extra-utils/videos/index.ts
index f87ae8eea..3bc219281 100644
--- a/shared/extra-utils/videos/index.ts
+++ b/shared/extra-utils/videos/index.ts
@@ -1,7 +1,9 @@
1export * from './blacklist-command' 1export * from './blacklist-command'
2export * from './captions'
3export * from './captions-command' 2export * from './captions-command'
3export * from './captions'
4export * from './change-ownership-command' 4export * from './change-ownership-command'
5export * from './channels'
6export * from './channels-command'
5export * from './history-command' 7export * from './history-command'
6export * from './imports-command' 8export * from './imports-command'
7export * from './live-command' 9export * from './live-command'
@@ -11,6 +13,5 @@ export * from './playlists'
11export * from './services-command' 13export * from './services-command'
12export * from './streaming-playlists-command' 14export * from './streaming-playlists-command'
13export * from './streaming-playlists' 15export * from './streaming-playlists'
14export * from './video-channels'
15export * from './video-comments' 16export * from './video-comments'
16export * from './videos' 17export * from './videos'