diff options
Diffstat (limited to 'shared/models/videos/video.model.ts')
-rw-r--r-- | shared/models/videos/video.model.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/models/videos/video.model.ts b/shared/models/videos/video.model.ts index 4a9fa58b1..2373ceb18 100644 --- a/shared/models/videos/video.model.ts +++ b/shared/models/videos/video.model.ts | |||
@@ -43,6 +43,7 @@ export interface Video { | |||
43 | createdAt: Date | string | 43 | createdAt: Date | string |
44 | updatedAt: Date | string | 44 | updatedAt: Date | string |
45 | publishedAt: Date | string | 45 | publishedAt: Date | string |
46 | originallyPublishedAt: Date | string | ||
46 | category: VideoConstant<number> | 47 | category: VideoConstant<number> |
47 | licence: VideoConstant<number> | 48 | licence: VideoConstant<number> |
48 | language: VideoConstant<string> | 49 | language: VideoConstant<string> |