diff options
author | Chocobozzz <me@florianbigard.com> | 2023-08-28 10:55:04 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-08-28 16:17:31 +0200 |
commit | 77b70702d2193d78bf6fbd07f0fc7335e34957f8 (patch) | |
tree | 1a0aed540054286c9a8b10c4890cc0f718e00458 /packages/server-commands/src/videos/index.ts | |
parent | 7113f32a87bd6b2868154fed20bde1a1633c190e (diff) | |
download | PeerTube-77b70702d2193d78bf6fbd07f0fc7335e34957f8.tar.gz PeerTube-77b70702d2193d78bf6fbd07f0fc7335e34957f8.tar.zst PeerTube-77b70702d2193d78bf6fbd07f0fc7335e34957f8.zip |
Add video chapters support
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' |