Add videos count in channels list

This commit is contained in:
Chocobozzz
2020-06-16 14:13:01 +02:00
parent af75e2d8df
commit 1ba471c55f
8 changed files with 63 additions and 18 deletions

View File

@@ -13,6 +13,8 @@ export interface VideoChannel extends Actor {
support: string
isLocal: boolean
ownerAccount?: Account
videosCount?: number
viewsPerDay?: ViewsPerDate[] // chronologically ordered
}