X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftypes%2Fmodels%2Fvideo%2Fvideo-redundancy.ts;h=e2a9beb93675622809e6a67b81adcdba2b1105f0;hb=64aa66c4a61e1c6aa83a775e7af498e288ea82e4;hp=411375c81e723f4d39a147bc6540d4bd792e2d27;hpb=67ed6552b831df66713bac9e672738796128d33f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/types/models/video/video-redundancy.ts b/server/types/models/video/video-redundancy.ts index 411375c81..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 '@shared/core-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