From c480816a340fbbff62ae76cf92156fbca756d09f Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 11 Nov 2011 15:52:40 +0000 Subject: [PATCH] fix config --- pandora/0xdb.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/0xdb.jsonc b/pandora/0xdb.jsonc index 8f407e0e..1b454910 100644 --- a/pandora/0xdb.jsonc +++ b/pandora/0xdb.jsonc @@ -535,7 +535,7 @@ }, "personalLists": [ {"title": "Favorites"}, - {"title": "1960s", "query": {"conditions": [{"key": "year", "value": ["1960", "1970"], "operator": "="}], "operator": "&"}}, + {"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": "&"}} ],