diff --git a/pandora/config.padma.jsonc b/pandora/config.padma.jsonc index 5f289631..7dae0d41 100644 --- a/pandora/config.padma.jsonc +++ b/pandora/config.padma.jsonc @@ -25,7 +25,7 @@ */ "capabilities": { "canDeleteItems": {"admin": true}, - "canDownloadVideo": {"guest": 1, "member": 1, "staff": 4, "admin": 4}, + "canDownloadVideo": {"guest": 0, "member": 0, "staff": 4, "admin": 4}, "canEditAnnotations": {"staff": true, "admin": true}, "canEditEvents": {"staff": true, "admin": true}, "canEditFeaturedLists": {"staff": true, "admin": true},