0xdb does not privide download, fixes #750

This commit is contained in:
j 2012-04-18 12:51:48 +02:00
parent 19e4593ca6
commit bb2504a0b2

View file

@ -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]
}
}
}