diff options
Diffstat (limited to 'client/src/app/shared/shared-main/video/video.model.ts')
-rw-r--r-- | client/src/app/shared/shared-main/video/video.model.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-main/video/video.model.ts b/client/src/app/shared/shared-main/video/video.model.ts index 1ffc40411..a5bf1db8b 100644 --- a/client/src/app/shared/shared-main/video/video.model.ts +++ b/client/src/app/shared/shared-main/video/video.model.ts | |||
@@ -26,6 +26,7 @@ export class Video implements VideoServerModel { | |||
26 | updatedAt: Date | 26 | updatedAt: Date |
27 | publishedAt: Date | 27 | publishedAt: Date |
28 | originallyPublishedAt: Date | string | 28 | originallyPublishedAt: Date | string |
29 | |||
29 | category: VideoConstant<number> | 30 | category: VideoConstant<number> |
30 | licence: VideoConstant<number> | 31 | licence: VideoConstant<number> |
31 | language: VideoConstant<string> | 32 | language: VideoConstant<string> |