works now, just needed to remove "" around numbers
This commit is contained in:
parent
994938b16f
commit
56151b972d
@ -4,15 +4,15 @@
|
|||||||
"any": [
|
"any": [
|
||||||
{ "all": [
|
{ "all": [
|
||||||
{"is": {"rating": 3}},
|
{"is": {"rating": 3}},
|
||||||
{"notInTheLast": {"lastPlayed": 30}}
|
{"notInTheLast": {"lastPlayed": 90}}
|
||||||
]},
|
]},
|
||||||
{ "all": [
|
{ "all": [
|
||||||
{"is": {"rating": 4}},
|
{"is": {"rating": 4}},
|
||||||
{"notInTheLast": {"lastPlayed": 15}}
|
{"notInTheLast": {"lastPlayed": 30}}
|
||||||
]},
|
]},
|
||||||
{ "all": [
|
{ "all": [
|
||||||
{"is": {"rating": 5}},
|
{"is": {"rating": 5}},
|
||||||
{"notInTheLast": {"lastPlayed": 5}}
|
{"notInTheLast": {"lastPlayed": 10}}
|
||||||
]}
|
]}
|
||||||
],
|
],
|
||||||
"sort": "lastPlayed",
|
"sort": "lastPlayed",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user