forked from 0x2620/pandora
misc fixes (disable special theme for firefox, keep vertical scrollbar in movies browser from appearing in firefox)
This commit is contained in:
parent
9aff249881
commit
b0f12e5ac3
5 changed files with 8 additions and 17 deletions
|
|
@ -534,13 +534,10 @@
|
|||
"importPosterFrames": true
|
||||
},
|
||||
"personalLists": [
|
||||
{"id": "favorites", "title": "Favorites"},
|
||||
{"id": "most_popular", "title": "Most Popular", "query": {}},
|
||||
{"id": "recently_viewed", "title": "Recently Viewed", "query": {}},
|
||||
{"id": "1960s", "title": "1960s", "query": {"conditions": [{"key": "year", "value": ["1960", "1970"], "operator": "="}], "operator": "&"}},
|
||||
{"id": "movies_with_full_video", "title": "Movies with Full Video", "query": {"conditions": [{"key": "canplayvideo", "value": true, "operator": "="}], "operator": "&"}},
|
||||
{"id": "movies_with_clips", "title": "Movies with Clips", "query": {"conditions": [{"key": "canplayclips", "value": true, "operator": "="}], "operator": "&"}},
|
||||
{"id": "no_tv_series", "title": "No TV Series", "query": {"conditions": [{"key": "series", "value": false, "operator": "="}], "operator": "&"}}
|
||||
{"title": "Favorites"},
|
||||
{"title": "1960s", "query": {"conditions": [{"key": "year", "value": ["1960", "1970"], "operator": "="}], "operator": "&"}},
|
||||
//{"title": "Movies with Video", "query": {"conditions": [{"key": "canplayvideo", "value": "true", "operator": "="}], "operator": "&"}},
|
||||
//{"title": "Movies with Clips", "query": {"conditions": [{"key": "canplayclips", "value": "true", "operator": "="}], "operator": "&"}}
|
||||
],
|
||||
"rightsLevel": {"member": 4, "staff": 3, "admin": 2},
|
||||
"rightsLevels": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue