mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add videos count in channels list
This commit is contained in:
@@ -13,6 +13,8 @@ export interface VideoChannel extends Actor {
|
||||
support: string
|
||||
isLocal: boolean
|
||||
ownerAccount?: Account
|
||||
|
||||
videosCount?: number
|
||||
viewsPerDay?: ViewsPerDate[] // chronologically ordered
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user