Add totalLocalVideoFilesSize in stats

This commit is contained in:
Chocobozzz 2019-01-15 09:45:54 +01:00
parent 3195cd1c11
commit 44b9c0ba31
No known key found for this signature in database
GPG key ID: 583A612D890159BE
5 changed files with 29 additions and 4 deletions

View file

@ -5,6 +5,7 @@ export interface ServerStats {
totalLocalVideos: number
totalLocalVideoViews: number
totalLocalVideoComments: number
totalLocalVideoFilesSize: number
totalVideos: number
totalVideoComments: number