]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/server-commands/videos/index.ts
Add missing job types to admin panel
[github/Chocobozzz/PeerTube.git] / shared / server-commands / videos / index.ts
index 154aed9a6e1c0021d1e3c7a37bbc1777c292b85c..b4d6fa37bc0895034b3fab538a1f1b938dc27831 100644 (file)
@@ -3,6 +3,7 @@ export * from './captions-command'
 export * from './change-ownership-command'
 export * from './channels'
 export * from './channels-command'
+export * from './channel-syncs-command'
 export * from './comments-command'
 export * from './history-command'
 export * from './imports-command'
@@ -12,5 +13,6 @@ export * from './playlists-command'
 export * from './services-command'
 export * from './streaming-playlists-command'
 export * from './comments-command'
-export * from './video-editor-command'
+export * from './video-studio-command'
+export * from './views-command'
 export * from './videos-command'