forked from 0x2620/pandora
Indiancine.ma config: update download capability
This commit is contained in:
parent
401c4bfc86
commit
9f1d524069
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
*/
|
*/
|
||||||
"capabilities": {
|
"capabilities": {
|
||||||
"canAddItems": {"student": true, "staff": true, "admin": true},
|
"canAddItems": {"student": true, "staff": true, "admin": true},
|
||||||
"canDownloadVideo": {"guest": -1, "member": -1, "student": -1, "staff": 3, "admin": 3},
|
"canDownloadVideo": {"guest": -1, "member": -1, "student": 3, "staff": 3, "admin": 3},
|
||||||
"canEditAnnotations": {"staff": true, "admin": true},
|
"canEditAnnotations": {"staff": true, "admin": true},
|
||||||
"canEditDocuments": {"staff": true, "admin": true},
|
"canEditDocuments": {"staff": true, "admin": true},
|
||||||
"canEditEvents": {"student": true, "staff": true, "admin": true},
|
"canEditEvents": {"student": true, "staff": true, "admin": true},
|
||||||
|
|
Loading…
Reference in a new issue