From 2422c46b27790d94fd29a7092170cee5a1b56008 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 15 Feb 2018 14:46:26 +0100 Subject: Implement support field in video and video channel --- client/src/app/shared/account/account.model.ts | 1 + client/src/app/shared/video/video-details.model.ts | 1 + 2 files changed, 2 insertions(+) (limited to 'client') diff --git a/client/src/app/shared/account/account.model.ts b/client/src/app/shared/account/account.model.ts index dffca783b..0bdc76478 100644 --- a/client/src/app/shared/account/account.model.ts +++ b/client/src/app/shared/account/account.model.ts @@ -8,6 +8,7 @@ export class Account implements ServerAccount { url: string name: string displayName: string + description: string host: string followingCount: number followersCount: number 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 { languageLabel: string language: number description: string + support: string duration: number durationLabel: string id: number -- cgit v1.2.3