adding another stipulation so less loved songs play if I recently listened to them. Since I play my hearted list most.
This commit is contained in:
parent
f9590fa942
commit
8dae16e93a
@ -13,6 +13,10 @@
|
|||||||
{ "all": [
|
{ "all": [
|
||||||
{"is": {"rating": 5}},
|
{"is": {"rating": 5}},
|
||||||
{"notInTheLast": {"lastPlayed": 10}}
|
{"notInTheLast": {"lastPlayed": 10}}
|
||||||
|
]},
|
||||||
|
{ "all": [
|
||||||
|
{"is": {"loved": true}},
|
||||||
|
{"notInTheLast": {"lastPlayed": 2}}
|
||||||
]}
|
]}
|
||||||
],
|
],
|
||||||
"sort": "lastPlayed",
|
"sort": "lastPlayed",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user