works now, just needed to remove "" around numbers

This commit is contained in:
Aaron 2025-09-13 18:51:53 -04:00
parent 994938b16f
commit 56151b972d

View File

@ -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",