diff --git a/pandora/0xdb.jsonc b/pandora/0xdb.jsonc index 2c2dfca4..7e478d3e 100644 --- a/pandora/0xdb.jsonc +++ b/pandora/0xdb.jsonc @@ -23,7 +23,7 @@ "capabilities": { // "canClickMap": {"friend": true, "staff": true, "admin": true}, "canDeleteItems": {"admin": true}, - "canDownloadVideo": {"guest": 0, "member": 0, "friend": 4, "staff": 4, "admin": 4}, + "canDownloadVideo": {"guest": -1, "member": -1, "friend": -1, "staff": -1, "admin": -1}, "canEditAnnotations": {"staff": true, "admin": true}, "canEditEvents": {"staff": true, "admin": true}, "canEditFeaturedLists": {"staff": true, "admin": true}, @@ -764,4 +764,4 @@ "previewRatio": 1.7777777778, "resolutions": [96] } -} \ No newline at end of file +}