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 --- server/models/video/video-playlist.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'server/models/video') diff --git a/server/models/video/video-playlist.ts b/server/models/video/video-playlist.ts index f935bf4f0..581179640 100644 --- a/server/models/video/video-playlist.ts +++ b/server/models/video/video-playlist.ts @@ -528,6 +528,7 @@ export class VideoPlaylistModel extends Model { }, thumbnailPath: this.getThumbnailStaticPath(), + embedPath: this.getEmbedStaticPath(), type: { id: this.type, -- cgit v1.2.3