forgot a closing "

This commit is contained in:
Aaron 2025-10-26 14:21:13 -04:00
parent 26af889b56
commit 46878b2ccb
2 changed files with 7 additions and 7 deletions

View File

@ -5,17 +5,17 @@
{ "all": [ { "all": [
{"is": {"rating": 3}}, {"is": {"rating": 3}},
{"notInTheLast": {"lastPlayed": 90}}, {"notInTheLast": {"lastPlayed": 90}},
{"isNot: {"playcount": 0}} {"isNot": {"playcount": 0}}
]}, ]},
{ "all": [ { "all": [
{"is": {"rating": 4}}, {"is": {"rating": 4}},
{"notInTheLast": {"lastPlayed": 30}}, {"notInTheLast": {"lastPlayed": 30}},
{"isNot: {"playcount": 0}} {"isNot": {"playcount": 0}}
]}, ]},
{ "all": [ { "all": [
{"is": {"rating": 5}}, {"is": {"rating": 5}},
{"notInTheLast": {"lastPlayed": 15}}, {"notInTheLast": {"lastPlayed": 15}},
{"isNot: {"playcount": 0}} {"isNot": {"playcount": 0}}
]}, ]},
{ "all": [ { "all": [
{"is": {"loved": true}}, {"is": {"loved": true}},

View File

@ -4,19 +4,19 @@
"any": [ "any": [
{ "all": [ { "all": [
{"is": {"rating": 3}}, {"is": {"rating": 3}},
{"is: {"playcount": 0}} {"is": {"playcount": 0}}
]}, ]},
{ "all": [ { "all": [
{"is": {"rating": 4}}, {"is": {"rating": 4}},
{"is: {"playcount": 0}} {"is": {"playcount": 0}}
]}, ]},
{ "all": [ { "all": [
{"is": {"rating": 5}}, {"is": {"rating": 5}},
{"is: {"playcount": 0}} {"is": {"playcount": 0}}
]}, ]},
{ "all": [ { "all": [
{"is": {"loved": true}}, {"is": {"loved": true}},
{"is: {"playcount": 0}} {"is": {"playcount": 0}}
]} ]}
], ],
"sort": "random", "sort": "random",