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 39d1edc06..deb81da44 100644 --- a/shared/models/videos/video.model.ts +++ b/shared/models/videos/video.model.ts | |||
@@ -41,6 +41,7 @@ export interface VideoDetails extends Video { | |||
41 | privacy: VideoPrivacy | 41 | privacy: VideoPrivacy |
42 | privacyLabel: string | 42 | privacyLabel: string |
43 | descriptionPath: string | 43 | descriptionPath: string |
44 | support: string | ||
44 | channel: VideoChannel | 45 | channel: VideoChannel |
45 | tags: string[] | 46 | tags: string[] |
46 | files: VideoFile[] | 47 | files: VideoFile[] |