X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftypes%2Fmodels%2Fvideo%2Fvideo-redundancy.ts;h=e2a9beb93675622809e6a67b81adcdba2b1105f0;hb=64aa66c4a61e1c6aa83a775e7af498e288ea82e4;hp=7c7d5203528e5767530dfbbdbf3f52a77e42d880;hpb=26d6bf6533023326fa017812cf31bbe20c752d36;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/types/models/video/video-redundancy.ts b/server/types/models/video/video-redundancy.ts index 7c7d52035..e2a9beb93 100644 --- a/server/types/models/video/video-redundancy.ts +++ b/server/types/models/video/video-redundancy.ts @@ -1,10 +1,10 @@ -import { VideoRedundancyModel } from '../../../models/redundancy/video-redundancy' -import { PickWith, PickWithOpt } from '@server/types/utils' -import { VideoStreamingPlaylistModel } from '@server/models/video/video-streaming-playlist' import { VideoFileModel } from '@server/models/video/video-file' +import { VideoStreamingPlaylistModel } from '@server/models/video/video-streaming-playlist' +import { PickWith, PickWithOpt } from '@shared/typescript-utils' +import { VideoRedundancyModel } from '../../../models/redundancy/video-redundancy' +import { MVideoUrl } from './video' import { MVideoFile, MVideoFileVideo } from './video-file' import { MStreamingPlaylistVideo } from './video-streaming-playlist' -import { MVideoUrl } from './video' type Use = PickWith