aboutsummaryrefslogtreecommitdiffhomepage
path: root/packages/server-commands/src/videos/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/server-commands/src/videos/index.ts')
-rw-r--r--packages/server-commands/src/videos/index.ts1
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'
3export * from './change-ownership-command.js' 3export * from './change-ownership-command.js'
4export * from './channels.js' 4export * from './channels.js'
5export * from './channels-command.js' 5export * from './channels-command.js'
6export * from './chapters-command.js'
6export * from './channel-syncs-command.js' 7export * from './channel-syncs-command.js'
7export * from './comments-command.js' 8export * from './comments-command.js'
8export * from './history-command.js' 9export * from './history-command.js'