diff options
Diffstat (limited to 'shared/server-commands/videos/index.ts')
-rw-r--r-- | shared/server-commands/videos/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/server-commands/videos/index.ts b/shared/server-commands/videos/index.ts index b861731fb..b4d6fa37b 100644 --- a/shared/server-commands/videos/index.ts +++ b/shared/server-commands/videos/index.ts | |||
@@ -3,6 +3,7 @@ export * from './captions-command' | |||
3 | export * from './change-ownership-command' | 3 | export * from './change-ownership-command' |
4 | export * from './channels' | 4 | export * from './channels' |
5 | export * from './channels-command' | 5 | export * from './channels-command' |
6 | export * from './channel-syncs-command' | ||
6 | export * from './comments-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' |