diff options
Diffstat (limited to 'shared/server-commands/videos/index.ts')
-rw-r--r-- | shared/server-commands/videos/index.ts | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/shared/server-commands/videos/index.ts b/shared/server-commands/videos/index.ts deleted file mode 100644 index 106d80af0..000000000 --- a/shared/server-commands/videos/index.ts +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | export * from './blacklist-command' | ||
2 | export * from './captions-command' | ||
3 | export * from './change-ownership-command' | ||
4 | export * from './channels' | ||
5 | export * from './channels-command' | ||
6 | export * from './channel-syncs-command' | ||
7 | export * from './comments-command' | ||
8 | export * from './history-command' | ||
9 | export * from './imports-command' | ||
10 | export * from './live-command' | ||
11 | export * from './live' | ||
12 | export * from './playlists-command' | ||
13 | export * from './services-command' | ||
14 | export * from './storyboard-command' | ||
15 | export * from './streaming-playlists-command' | ||
16 | export * from './comments-command' | ||
17 | export * from './video-studio-command' | ||
18 | export * from './video-token-command' | ||
19 | export * from './views-command' | ||
20 | export * from './videos-command' | ||
21 | export * from './video-passwords-command' | ||