Browse Source

Only enable video player for subscribers

master
Wim Brand 3 years ago
parent
commit
268ef56ac8
  1. 1
      pixelapi/file.go

1
pixelapi/file.go

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

Loading…
Cancel
Save