diff options
Diffstat (limited to 'server/models')
-rw-r--r-- | server/models/video/video-playlist.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/models/video/video-playlist.ts b/server/models/video/video-playlist.ts index b38cf9c6a..f935bf4f0 100644 --- a/server/models/video/video-playlist.ts +++ b/server/models/video/video-playlist.ts | |||
@@ -494,6 +494,10 @@ export class VideoPlaylistModel extends Model<VideoPlaylistModel> { | |||
494 | return WEBSERVER.URL + '/videos/watch/playlist/' + this.uuid | 494 | return WEBSERVER.URL + '/videos/watch/playlist/' + this.uuid |
495 | } | 495 | } |
496 | 496 | ||
497 | getEmbedStaticPath () { | ||
498 | return '/video-playlists/embed/' + this.uuid | ||
499 | } | ||
500 | |||
497 | setAsRefreshed () { | 501 | setAsRefreshed () { |
498 | this.changed('updatedAt', true) | 502 | this.changed('updatedAt', true) |
499 | 503 | ||