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": [
{ "all": [
{"is": {"rating": 3}},
{"notInTheLast": {"lastPlayed": 30}}
{"notInTheLast": {"lastPlayed": 90}}
]},
{ "all": [
{"is": {"rating": 4}},
{"notInTheLast": {"lastPlayed": 15}}
{"notInTheLast": {"lastPlayed": 30}}
]},
{ "all": [
{"is": {"rating": 5}},
{"notInTheLast": {"lastPlayed": 5}}
{"notInTheLast": {"lastPlayed": 10}}
]}
],
"sort": "lastPlayed",