Compare commits

..

2 Commits

Author SHA1 Message Date
sickprodigy 46878b2ccb forgot a closing " 2025-10-26 14:21:13 -04:00
sickprodigy 26af889b56 trailing commas not allowed 2025-10-26 14:20:52 -04:00
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"any": [
{ "all": [
{"is": {"rating": 3}},
{"notInTheLast": {"lastPlayed": 90}},
{"notInTheLast": {"lastPlayed": 90}}
]},
{ "all": [
{"is": {"rating": 4}},
+3 -3
View File
@@ -5,17 +5,17 @@
{ "all": [
{"is": {"rating": 3}},
{"notInTheLast": {"lastPlayed": 90}},
{"isNot: {"playcount": 0}}
{"isNot": {"playcount": 0}}
]},
{ "all": [
{"is": {"rating": 4}},
{"notInTheLast": {"lastPlayed": 30}},
{"isNot: {"playcount": 0}}
{"isNot": {"playcount": 0}}
]},
{ "all": [
{"is": {"rating": 5}},
{"notInTheLast": {"lastPlayed": 15}},
{"isNot: {"playcount": 0}}
{"isNot": {"playcount": 0}}
]},
{ "all": [
{"is": {"loved": true}},
+4 -4
View File
@@ -4,19 +4,19 @@
"any": [
{ "all": [
{"is": {"rating": 3}},
{"is: {"playcount": 0}}
{"is": {"playcount": 0}}
]},
{ "all": [
{"is": {"rating": 4}},
{"is: {"playcount": 0}}
{"is": {"playcount": 0}}
]},
{ "all": [
{"is": {"rating": 5}},
{"is: {"playcount": 0}}
{"is": {"playcount": 0}}
]},
{ "all": [
{"is": {"loved": true}},
{"is: {"playcount": 0}}
{"is": {"playcount": 0}}
]}
],
"sort": "random",