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 372cf7a90..f87ae8eea 100644 --- a/shared/extra-utils/videos/index.ts +++ b/shared/extra-utils/videos/index.ts | |||
@@ -9,7 +9,8 @@ export * from './live' | |||
9 | export * from './playlists-command' | 9 | export * from './playlists-command' |
10 | export * from './playlists' | 10 | export * from './playlists' |
11 | export * from './services-command' | 11 | export * from './services-command' |
12 | export * from './streaming-playlists-command' | ||
13 | export * from './streaming-playlists' | ||
12 | export * from './video-channels' | 14 | export * from './video-channels' |
13 | export * from './video-comments' | 15 | export * from './video-comments' |
14 | export * from './video-streaming-playlists' | ||
15 | export * from './videos' | 16 | export * from './videos' |