aboutsummaryrefslogtreecommitdiffhomepage
path: root/packages/server-commands/src/videos/index.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-08-28 10:55:04 +0200
committerChocobozzz <me@florianbigard.com>2023-08-28 16:17:31 +0200
commit77b70702d2193d78bf6fbd07f0fc7335e34957f8 (patch)
tree1a0aed540054286c9a8b10c4890cc0f718e00458 /packages/server-commands/src/videos/index.ts
parent7113f32a87bd6b2868154fed20bde1a1633c190e (diff)
downloadPeerTube-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.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'