mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2026-01-06 02:49:38 +05:00
add warning on track page if only a snippet is available
This commit is contained in:
@@ -48,7 +48,9 @@ type Track struct {
|
||||
type TrackPolicy string
|
||||
|
||||
const (
|
||||
PolicyBlock TrackPolicy = "BLOCK"
|
||||
PolicyBlock TrackPolicy = "BLOCK" // not available (in your country)
|
||||
PolicySnip TrackPolicy = "SNIP" // 30-second snippet available
|
||||
PolicyAllow TrackPolicy = "ALLOW" // all good
|
||||
)
|
||||
|
||||
type Protocol string
|
||||
|
||||
Reference in New Issue
Block a user