X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fvideos%2Fplaylist%2Fvideo-playlist.model.ts;h=ab4171ad126ed4ff406e63b627da680bbb33eb7d;hb=37a44fc915eef2140e22ceb96aba6b6eb2509007;hp=f45d0ff8802c12b258efce492224bc1cd7a79169;hpb=d5cefc1fa5b961b9c6f0efb60baf876b3f453658;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/videos/playlist/video-playlist.model.ts b/shared/models/videos/playlist/video-playlist.model.ts index f45d0ff88..ab4171ad1 100644 --- a/shared/models/videos/playlist/video-playlist.model.ts +++ b/shared/models/videos/playlist/video-playlist.model.ts @@ -8,17 +8,21 @@ export interface VideoPlaylist { uuid: string isLocal: boolean + url: string + displayName: string description: string privacy: VideoConstant thumbnailPath: string + thumbnailUrl?: string videosLength: number type: VideoConstant embedPath: string + embedUrl?: string createdAt: Date | string updatedAt: Date | string