diff options
Diffstat (limited to 'packages/server-commands/src/videos/index.ts')
-rw-r--r-- | packages/server-commands/src/videos/index.ts | 22 |
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 @@ | |||
1 | export * from './blacklist-command.js' | ||
2 | export * from './captions-command.js' | ||
3 | export * from './change-ownership-command.js' | ||
4 | export * from './channels.js' | ||
5 | export * from './channels-command.js' | ||
6 | export * from './channel-syncs-command.js' | ||
7 | export * from './comments-command.js' | ||
8 | export * from './history-command.js' | ||
9 | export * from './imports-command.js' | ||
10 | export * from './live-command.js' | ||
11 | export * from './live.js' | ||
12 | export * from './playlists-command.js' | ||
13 | export * from './services-command.js' | ||
14 | export * from './storyboard-command.js' | ||
15 | export * from './streaming-playlists-command.js' | ||
16 | export * from './comments-command.js' | ||
17 | export * from './video-studio-command.js' | ||
18 | export * from './video-token-command.js' | ||
19 | export * from './views-command.js' | ||
20 | export * from './videos-command.js' | ||
21 | export * from './video-passwords-command.js' | ||
22 | export * from './video-stats-command.js' | ||