X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fvideos%2Fplaylist%2Fvideo-exist-in-playlist.model.ts;fp=shared%2Fmodels%2Fvideos%2Fplaylist%2Fvideo-exist-in-playlist.model.ts;h=1b57257e2a411078d4b6055b249a219fdd6e2dd2;hb=bfbd912886eba17b4aa9a40dcef2fddc685d85bf;hp=71240f51d4d4a391ac26433ecd6bdbf277df26ee;hpb=85394ba22a07bde1dfccebf3f591a5d6dbe9df56;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/videos/playlist/video-exist-in-playlist.model.ts b/shared/models/videos/playlist/video-exist-in-playlist.model.ts index 71240f51d..1b57257e2 100644 --- a/shared/models/videos/playlist/video-exist-in-playlist.model.ts +++ b/shared/models/videos/playlist/video-exist-in-playlist.model.ts @@ -1,5 +1,6 @@ export type VideoExistInPlaylist = { [videoId: number ]: { + playlistElementId: number playlistId: number startTimestamp?: number stopTimestamp?: number