X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fextra-utils%2Fvideos%2Findex.ts;h=815c7f944fea33c783f8df00cc89d1e280f10641;hb=72cbfc5695ec5ebdb9721d3648218f63feeaeac5;hp=03b4756d52ae578c9d678b9b4f66ceebc7ae7301;hpb=44364d06d7434e7e01c5bb383a27e6c3bd8a0f13;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/extra-utils/videos/index.ts b/shared/extra-utils/videos/index.ts index 03b4756d5..815c7f944 100644 --- a/shared/extra-utils/videos/index.ts +++ b/shared/extra-utils/videos/index.ts @@ -1,10 +1,10 @@ export * from './blacklist-command' export * from './captions' export * from './captions-command' +export * from './change-ownership-command' export * from './live-command' export * from './live' export * from './services-command' -export * from './video-change-ownership' export * from './video-channels' export * from './video-comments' export * from './video-history'