diff options
Diffstat (limited to 'shared/models/videos/video.model.ts')
-rw-r--r-- | shared/models/videos/video.model.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/models/videos/video.model.ts b/shared/models/videos/video.model.ts index 0606f1aec..08b29425c 100644 --- a/shared/models/videos/video.model.ts +++ b/shared/models/videos/video.model.ts | |||
@@ -26,7 +26,7 @@ export interface Video { | |||
26 | duration: number | 26 | duration: number |
27 | isLocal: boolean | 27 | isLocal: boolean |
28 | name: string | 28 | name: string |
29 | podHost: string | 29 | serverHost: string |
30 | tags: string[] | 30 | tags: string[] |
31 | thumbnailPath: string | 31 | thumbnailPath: string |
32 | previewPath: string | 32 | previewPath: string |