aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
diff options
context:
space:
mode:
Diffstat (limited to 'shared')
-rw-r--r--shared/models/videos/playlist/video-playlist.model.ts2
1 files changed, 2 insertions, 0 deletions
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 {
18 18
19 type: VideoConstant<VideoPlaylistType> 19 type: VideoConstant<VideoPlaylistType>
20 20
21 embedPath: string
22
21 createdAt: Date | string 23 createdAt: Date | string
22 updatedAt: Date | string 24 updatedAt: Date | string
23 25