From 2de96f4d6b800076743ed2073f9529816cfd5c8a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 30 Oct 2017 20:26:06 +0100 Subject: Lazy description and previews to video form --- client/src/app/videos/shared/video-details.model.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/app/videos/shared/video-details.model.ts') diff --git a/client/src/app/videos/shared/video-details.model.ts b/client/src/app/videos/shared/video-details.model.ts index 3a6ecc480..68ded5210 100644 --- a/client/src/app/videos/shared/video-details.model.ts +++ b/client/src/app/videos/shared/video-details.model.ts @@ -38,12 +38,14 @@ export class VideoDetails extends Video implements VideoDetailsServerModel { likes: number dislikes: number nsfw: boolean + descriptionPath: string files: VideoFile[] channel: VideoChannel constructor (hash: VideoDetailsServerModel) { super(hash) + this.descriptionPath = hash.descriptionPath this.files = hash.files this.channel = hash.channel } -- cgit v1.2.3