X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=server%2Ftypes%2Fmodels%2Fvideo%2Fvideo-playlist.ts;fp=server%2Ftypings%2Fmodels%2Fvideo%2Fvideo-playlist.ts;h=b504d16647bfeda46505dcb2b3ba0859a4ce6964;hb=26d6bf6533023326fa017812cf31bbe20c752d36;hp=49c27f4a7755e2867bc034da0336a93fc0273553;hpb=d6d951ddc0c492f3261065b5dcb4df0534d252fc;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/typings/models/video/video-playlist.ts b/server/types/models/video/video-playlist.ts similarity index 97% rename from server/typings/models/video/video-playlist.ts rename to server/types/models/video/video-playlist.ts index 49c27f4a7..b504d1664 100644 --- a/server/typings/models/video/video-playlist.ts +++ b/server/types/models/video/video-playlist.ts @@ -3,7 +3,7 @@ import { PickWith } from '../../utils' import { MAccount, MAccountDefault, MAccountSummary, MAccountSummaryFormattable } from '../account' import { MThumbnail } from './thumbnail' import { MChannelDefault, MChannelSummary, MChannelSummaryFormattable, MChannelUrl } from './video-channels' -import { MVideoPlaylistElementLight } from '@server/typings/models/video/video-playlist-element' +import { MVideoPlaylistElementLight } from '@server/types/models/video/video-playlist-element' type Use = PickWith