reset days and added an order so maybe will work now?

This commit is contained in:
Aaron 2025-08-13 18:15:00 -04:00
parent f4bae90897
commit feae16bf1b

View File

@ -4,17 +4,18 @@
"any": [
{ "all": [
{"is": {"rating": "3"}},
{"notInTheLast": {"lastPlayed": "5"}}
{"notInTheLast": {"lastPlayed": "150"}}
]},
{ "all": [
{"is": {"rating": "4"}},
{"notInTheLast": {"lastPlayed": "3"}}
{"notInTheLast": {"lastPlayed": "90"}}
]},
{ "all": [
{"is": {"rating": "5"}},
{"notInTheLast": {"lastPlayed": "1"}}
{"notInTheLast": {"lastPlayed": "40"}}
]}
],
"sort": "random",
"sort": "lastPlayed",
"order": "desc",
"limit": 1000
}