diff options
Diffstat (limited to 'shared/models')
-rw-r--r-- | shared/models/videos/channel/video-channel.model.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/models/videos/channel/video-channel.model.ts b/shared/models/videos/channel/video-channel.model.ts index 421004e68..32829e92a 100644 --- a/shared/models/videos/channel/video-channel.model.ts +++ b/shared/models/videos/channel/video-channel.model.ts | |||
@@ -13,6 +13,8 @@ export interface VideoChannel extends Actor { | |||
13 | support: string | 13 | support: string |
14 | isLocal: boolean | 14 | isLocal: boolean |
15 | ownerAccount?: Account | 15 | ownerAccount?: Account |
16 | |||
17 | videosCount?: number | ||
16 | viewsPerDay?: ViewsPerDate[] // chronologically ordered | 18 | viewsPerDay?: ViewsPerDate[] // chronologically ordered |
17 | } | 19 | } |
18 | 20 | ||