diff options
Diffstat (limited to 'client/src/app/shared/shared-main/video/video-details.model.ts')
-rw-r--r-- | client/src/app/shared/shared-main/video/video-details.model.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-main/video/video-details.model.ts b/client/src/app/shared/shared-main/video/video-details.model.ts index 45c053507..5c36b5648 100644 --- a/client/src/app/shared/shared-main/video/video-details.model.ts +++ b/client/src/app/shared/shared-main/video/video-details.model.ts | |||
@@ -27,6 +27,8 @@ export class VideoDetails extends Video implements VideoDetailsServerModel { | |||
27 | 27 | ||
28 | trackerUrls: string[] | 28 | trackerUrls: string[] |
29 | 29 | ||
30 | inputFileUpdatedAt: Date | string | ||
31 | |||
30 | files: VideoFile[] | 32 | files: VideoFile[] |
31 | streamingPlaylists: VideoStreamingPlaylist[] | 33 | streamingPlaylists: VideoStreamingPlaylist[] |
32 | 34 | ||
@@ -41,6 +43,8 @@ export class VideoDetails extends Video implements VideoDetailsServerModel { | |||
41 | this.commentsEnabled = hash.commentsEnabled | 43 | this.commentsEnabled = hash.commentsEnabled |
42 | this.downloadEnabled = hash.downloadEnabled | 44 | this.downloadEnabled = hash.downloadEnabled |
43 | 45 | ||
46 | this.inputFileUpdatedAt = hash.inputFileUpdatedAt | ||
47 | |||
44 | this.trackerUrls = hash.trackerUrls | 48 | this.trackerUrls = hash.trackerUrls |
45 | 49 | ||
46 | this.buildLikeAndDislikePercents() | 50 | this.buildLikeAndDislikePercents() |