aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/shared/video-details.model.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/shared/video-details.model.ts')
-rw-r--r--client/src/app/videos/shared/video-details.model.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/shared/video-details.model.ts b/client/src/app/videos/shared/video-details.model.ts
index f4ae64dc1..64cb4f847 100644
--- a/client/src/app/videos/shared/video-details.model.ts
+++ b/client/src/app/videos/shared/video-details.model.ts
@@ -27,7 +27,7 @@ export class VideoDetails extends Video implements VideoDetailsServerModel {
27 uuid: string 27 uuid: string
28 isLocal: boolean 28 isLocal: boolean
29 name: string 29 name: string
30 podHost: string 30 serverHost: string
31 tags: string[] 31 tags: string[]
32 thumbnailPath: string 32 thumbnailPath: string
33 thumbnailUrl: string 33 thumbnailUrl: string