X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fextra-utils%2Fvideos%2Findex.ts;h=26e663f4664e0d25834ff3c8c85ece1181226046;hb=5678353d4fb0ddd8bea044868576ee02cdbabedb;hp=815c7f944fea33c783f8df00cc89d1e280f10641;hpb=72cbfc5695ec5ebdb9721d3648218f63feeaeac5;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/extra-utils/videos/index.ts b/shared/extra-utils/videos/index.ts index 815c7f944..26e663f46 100644 --- a/shared/extra-utils/videos/index.ts +++ b/shared/extra-utils/videos/index.ts @@ -1,14 +1,19 @@ export * from './blacklist-command' -export * from './captions' 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-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'