forked from 0x2620/pandora
fix default personal lists
This commit is contained in:
parent
1a526664b1
commit
2b0697883f
1 changed files with 1 additions and 1 deletions
|
@ -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},
|
||||
|
|
Loading…
Reference in a new issue