From 951b582f52d0694865f020f0e53ccfad2d2d6033 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 7 Aug 2020 13:43:48 +0200 Subject: Add ability to share playlists in modal --- shared/models/videos/playlist/video-playlist.model.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shared/models') diff --git a/shared/models/videos/playlist/video-playlist.model.ts b/shared/models/videos/playlist/video-playlist.model.ts index c0941727a..f45d0ff88 100644 --- a/shared/models/videos/playlist/video-playlist.model.ts +++ b/shared/models/videos/playlist/video-playlist.model.ts @@ -18,6 +18,8 @@ export interface VideoPlaylist { type: VideoConstant + embedPath: string + createdAt: Date | string updatedAt: Date | string -- cgit v1.2.3