diff options
Diffstat (limited to 'packages/server-commands/src/videos/index.ts')
-rw-r--r-- | packages/server-commands/src/videos/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/server-commands/src/videos/index.ts b/packages/server-commands/src/videos/index.ts index 970026d51..8d193e24c 100644 --- a/packages/server-commands/src/videos/index.ts +++ b/packages/server-commands/src/videos/index.ts | |||
@@ -3,6 +3,7 @@ export * from './captions-command.js' | |||
3 | export * from './change-ownership-command.js' | 3 | export * from './change-ownership-command.js' |
4 | export * from './channels.js' | 4 | export * from './channels.js' |
5 | export * from './channels-command.js' | 5 | export * from './channels-command.js' |
6 | export * from './chapters-command.js' | ||
6 | export * from './channel-syncs-command.js' | 7 | export * from './channel-syncs-command.js' |
7 | export * from './comments-command.js' | 8 | export * from './comments-command.js' |
8 | export * from './history-command.js' | 9 | export * from './history-command.js' |