diff options
Diffstat (limited to 'client/src/app/shared/video')
-rw-r--r-- | client/src/app/shared/video/video-details.model.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/shared/video/video-details.model.ts b/client/src/app/shared/video/video-details.model.ts index cf6b71b60..c746bfd66 100644 --- a/client/src/app/shared/video/video-details.model.ts +++ b/client/src/app/shared/video/video-details.model.ts | |||
@@ -18,6 +18,7 @@ export class VideoDetails extends Video implements VideoDetailsServerModel { | |||
18 | languageLabel: string | 18 | languageLabel: string |
19 | language: number | 19 | language: number |
20 | description: string | 20 | description: string |
21 | support: string | ||
21 | duration: number | 22 | duration: number |
22 | durationLabel: string | 23 | durationLabel: string |
23 | id: number | 24 | id: number |