]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/extra-utils/videos/index.ts
Merge branch 'release/4.0.0' into develop
[github/Chocobozzz/PeerTube.git] / shared / extra-utils / videos / index.ts
index 67f5faf549c834b67f857f2ed19f7db7295f4582..26e663f4664e0d25834ff3c8c85ece1181226046 100644 (file)
@@ -1,13 +1,19 @@
 export * from './blacklist-command'
+export * from './captions-command'
+export * from './captions'
+export * from './change-ownership-command'
+export * from './channels'
+export * from './channels-command'
+export * from './comments-command'
+export * from './history-command'
+export * from './imports-command'
 export * from './live-command'
 export * from './live'
+export * from './playlists-command'
+export * from './playlists'
 export * from './services-command'
-export * from './video-captions'
-export * from './video-change-ownership'
-export * from './video-channels'
-export * from './video-comments'
-export * from './video-history'
-export * from './video-imports'
-export * from './video-playlists'
-export * from './video-streaming-playlists'
+export * from './streaming-playlists-command'
+export * from './streaming-playlists'
+export * from './comments-command'
+export * from './videos-command'
 export * from './videos'