Add videos count in channels list

This commit is contained in:
Chocobozzz 2020-06-16 14:13:01 +02:00
parent af75e2d8df
commit 1ba471c55f
No known key found for this signature in database
GPG key ID: 583A612D890159BE
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
}