fix default personal lists

This commit is contained in:
rolux 2013-02-19 21:42:37 +05:30
parent 1a526664b1
commit 2b0697883f
1 changed files with 1 additions and 1 deletions

View File

@ -634,7 +634,7 @@
"personalLists": [
{"title": "Favorites"},
{"title": "Movies with Video", "query": {"conditions": [{"key": "duration", "value": 0, "operator": ">"}], "operator": "&"}},
{"title": "Out of Copyright", "query": {"conditions": [{"key": "rightslevel", "value": "Public", "operator": "=="}, {"key": "rightslevel", "value": "Out of Copyright", "operator": "=="}], "operator": "|"}},
{"title": "Out of Copyright", "query": {"conditions": [{"key": "rightslevel", "value": 2, "operator": "<"}], "operator": "&"}},
{"title": "Silent Films", "query": {"conditions": [{"key": "language", "value": "None", "operator": "=="}], "operator": "&"}}
],
"rightsLevel": {"member": 3, "student": 3, "staff": 3, "admin": 3},