]> 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 68a188b2116277329c1e020c12d2c6404acc2394..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,4 +13,6 @@ export * from './playlists-command'
 export * from './services-command'
 export * from './streaming-playlists-command'
 export * from './comments-command'
+export * from './video-studio-command'
+export * from './views-command'
 export * from './videos-command'