trying to get this playlist working, not showing anything since i tried

This commit is contained in:
Aaron 2025-09-13 18:21:27 -04:00
parent 0b9228766c
commit 994938b16f

View File

@ -3,16 +3,16 @@
"comment": "The highest rated music on random, discounting recently played.",
"any": [
{ "all": [
{"is": {"rating": "3"}},
{"notInTheLast": {"lastPlayed": "150"}}
{"is": {"rating": 3}},
{"notInTheLast": {"lastPlayed": 30}}
]},
{ "all": [
{"is": {"rating": "4"}},
{"notInTheLast": {"lastPlayed": "90"}}
{"is": {"rating": 4}},
{"notInTheLast": {"lastPlayed": 15}}
]},
{ "all": [
{"is": {"rating": "5"}},
{"notInTheLast": {"lastPlayed": "40"}}
{"is": {"rating": 5}},
{"notInTheLast": {"lastPlayed": 5}}
]}
],
"sort": "lastPlayed",