diff options
Diffstat (limited to 'server/models')
-rw-r--r-- | server/models/video/video-playlist.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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<VideoPlaylistModel> { | |||
528 | }, | 528 | }, |
529 | 529 | ||
530 | thumbnailPath: this.getThumbnailStaticPath(), | 530 | thumbnailPath: this.getThumbnailStaticPath(), |
531 | embedPath: this.getEmbedStaticPath(), | ||
531 | 532 | ||
532 | type: { | 533 | type: { |
533 | id: this.type, | 534 | id: this.type, |