Add totalLocalVideoFilesSize in stats
This commit is contained in:
parent
3195cd1c11
commit
44b9c0ba31
5 changed files with 29 additions and 4 deletions
|
@ -5,6 +5,7 @@ export interface ServerStats {
|
|||
totalLocalVideos: number
|
||||
totalLocalVideoViews: number
|
||||
totalLocalVideoComments: number
|
||||
totalLocalVideoFilesSize: number
|
||||
|
||||
totalVideos: number
|
||||
totalVideoComments: number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue