X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftypes%2Fmodels%2Fvideo%2Fvideo-file.ts;fp=server%2Ftypes%2Fmodels%2Fvideo%2Fvideo-file.ts;h=55603e59c6671247d30b17871ce1818fd329d56a;hb=6b5f72beda96d8b7e4d6329c4001827334de27dd;hp=327a148ce9fdb783fcfaee00fd4b3baac6eb8a5d;hpb=077f344891b3f4b00a8a4f8d700306d4392b3a2f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/types/models/video/video-file.ts b/server/types/models/video/video-file.ts index 327a148ce..55603e59c 100644 --- a/server/types/models/video/video-file.ts +++ b/server/types/models/video/video-file.ts @@ -1,8 +1,8 @@ +import { PickWith, PickWithOpt } from '@shared/typescript-utils' import { VideoFileModel } from '../../../models/video/video-file' -import { PickWith, PickWithOpt } from '@shared/core-utils' import { MVideo, MVideoUUID } from './video' import { MVideoRedundancy, MVideoRedundancyFileUrl } from './video-redundancy' -import { MStreamingPlaylistVideo, MStreamingPlaylist } from './video-streaming-playlist' +import { MStreamingPlaylist, MStreamingPlaylistVideo } from './video-streaming-playlist' type Use = PickWith