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.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/extra-utils/videos/index.ts b/shared/extra-utils/videos/index.ts
index 74667fc06..372cf7a90 100644
--- a/shared/extra-utils/videos/index.ts
+++ b/shared/extra-utils/videos/index.ts
@@ -3,6 +3,7 @@ export * from './captions'
3export * from './captions-command' 3export * from './captions-command'
4export * from './change-ownership-command' 4export * from './change-ownership-command'
5export * from './history-command' 5export * from './history-command'
6export * from './imports-command'
6export * from './live-command' 7export * from './live-command'
7export * from './live' 8export * from './live'
8export * from './playlists-command' 9export * from './playlists-command'
@@ -10,6 +11,5 @@ export * from './playlists'
10export * from './services-command' 11export * from './services-command'
11export * from './video-channels' 12export * from './video-channels'
12export * from './video-comments' 13export * from './video-comments'
13export * from './video-imports'
14export * from './video-streaming-playlists' 14export * from './video-streaming-playlists'
15export * from './videos' 15export * from './videos'