reset days and added an order so maybe will work now?
This commit is contained in:
parent
f4bae90897
commit
feae16bf1b
@ -4,17 +4,18 @@
|
|||||||
"any": [
|
"any": [
|
||||||
{ "all": [
|
{ "all": [
|
||||||
{"is": {"rating": "3"}},
|
{"is": {"rating": "3"}},
|
||||||
{"notInTheLast": {"lastPlayed": "5"}}
|
{"notInTheLast": {"lastPlayed": "150"}}
|
||||||
]},
|
]},
|
||||||
{ "all": [
|
{ "all": [
|
||||||
{"is": {"rating": "4"}},
|
{"is": {"rating": "4"}},
|
||||||
{"notInTheLast": {"lastPlayed": "3"}}
|
{"notInTheLast": {"lastPlayed": "90"}}
|
||||||
]},
|
]},
|
||||||
{ "all": [
|
{ "all": [
|
||||||
{"is": {"rating": "5"}},
|
{"is": {"rating": "5"}},
|
||||||
{"notInTheLast": {"lastPlayed": "1"}}
|
{"notInTheLast": {"lastPlayed": "40"}}
|
||||||
]}
|
]}
|
||||||
],
|
],
|
||||||
"sort": "random",
|
"sort": "lastPlayed",
|
||||||
|
"order": "desc",
|
||||||
"limit": 1000
|
"limit": 1000
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user