X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=server%2Ftypes%2Fmodels%2Fvideo%2Fvideo-channels.ts;fp=server%2Ftypes%2Fmodels%2Fvideo%2Fvideo-channels.ts;h=c147567d9528509a9f89e12e4c866084ac262cd7;hb=7d9ba5c08999c6482f0bc5e0c09c6f55b7724090;hp=f577807ca486c8621b8730914471426c0faca473;hpb=c07902b9083ab5756436cd020bed5bdfa51028bf;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/types/models/video/video-channels.ts b/server/types/models/video/video-channels.ts index f577807ca..c147567d9 100644 --- a/server/types/models/video/video-channels.ts +++ b/server/types/models/video/video-channels.ts @@ -9,7 +9,9 @@ import { MAccountSummaryBlocks, MAccountSummaryFormattable, MAccountUrl, - MAccountUserId, + MAccountUserId +} from '../account' +import { MActor, MActorAccountChannelId, MActorAPChannel, @@ -23,7 +25,7 @@ import { MActorSummary, MActorSummaryFormattable, MActorUrl -} from '../account' +} from '../actor' import { MVideo } from './video' type Use = PickWith