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.ts22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/server-commands/src/videos/index.ts b/packages/server-commands/src/videos/index.ts
new file mode 100644
index 000000000..970026d51
--- /dev/null
+++ b/packages/server-commands/src/videos/index.ts
@@ -0,0 +1,22 @@
1export * from './blacklist-command.js'
2export * from './captions-command.js'
3export * from './change-ownership-command.js'
4export * from './channels.js'
5export * from './channels-command.js'
6export * from './channel-syncs-command.js'
7export * from './comments-command.js'
8export * from './history-command.js'
9export * from './imports-command.js'
10export * from './live-command.js'
11export * from './live.js'
12export * from './playlists-command.js'
13export * from './services-command.js'
14export * from './storyboard-command.js'
15export * from './streaming-playlists-command.js'
16export * from './comments-command.js'
17export * from './video-studio-command.js'
18export * from './video-token-command.js'
19export * from './views-command.js'
20export * from './videos-command.js'
21export * from './video-passwords-command.js'
22export * from './video-stats-command.js'