forked from 0x2620/pandora
0xdb does not privide download, fixes #750
This commit is contained in:
parent
19e4593ca6
commit
bb2504a0b2
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue