From 5923f8473840b424206ebe8b001318333f3bea1b Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sat, 29 Oct 2011 01:10:00 +0200 Subject: [PATCH] off by one rightsLevel, fixes #102 --- pandora/0xdb.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/0xdb.jsonc b/pandora/0xdb.jsonc index 4f481edf..9bc49608 100644 --- a/pandora/0xdb.jsonc +++ b/pandora/0xdb.jsonc @@ -538,7 +538,7 @@ {"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": "isSeries", "value": false, "operator": "="}], "operator": "&"}} ], - "rightsLevel": {"member": 5, "staff": 4, "admin": 3}, + "rightsLevel": {"member": 4, "staff": 3, "admin": 2}, "rightsLevels": [ {"name": "Public", "color": [128, 255, 128]}, {"name": "Relaxed", "color": [192, 255, 128]},