X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fserver-commands%2Fvideos%2Findex.ts;h=b4d6fa37bc0895034b3fab538a1f1b938dc27831;hb=0567049a9819d67070aa6d548a75a7e632a4aaa4;hp=68a188b2116277329c1e020c12d2c6404acc2394;hpb=c3edc5b074aa4bb1861ed0a94d3713808e87170f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/server-commands/videos/index.ts b/shared/server-commands/videos/index.ts index 68a188b21..b4d6fa37b 100644 --- a/shared/server-commands/videos/index.ts +++ b/shared/server-commands/videos/index.ts @@ -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'