Only enable video player for subscribers

This commit is contained in:
Wim Brand 2021-10-18 16:10:39 +02:00
parent e354787ddc
commit 268ef56ac8

View File

@ -38,6 +38,7 @@ type FileInfo struct {
CanEdit bool `json:"can_edit"`
ShowAds bool `json:"show_ads"`
AllowVideoPlayer bool `json:"allow_video_player"`
}
// FileStats contains realtime statistics for a file