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.", "comment": "The highest rated music on random, discounting recently played.",
"any": [ "any": [
{ "all": [ { "all": [
{"is": {"rating": "3"}}, {"is": {"rating": 3}},
{"notInTheLast": {"lastPlayed": "150"}} {"notInTheLast": {"lastPlayed": 30}}
]}, ]},
{ "all": [ { "all": [
{"is": {"rating": "4"}}, {"is": {"rating": 4}},
{"notInTheLast": {"lastPlayed": "90"}} {"notInTheLast": {"lastPlayed": 15}}
]}, ]},
{ "all": [ { "all": [
{"is": {"rating": "5"}}, {"is": {"rating": 5}},
{"notInTheLast": {"lastPlayed": "40"}} {"notInTheLast": {"lastPlayed": 5}}
]} ]}
], ],
"sort": "lastPlayed", "sort": "lastPlayed",