re-arrange order we don't want any christmas music not to include anything that doesn't contain christmas music. See if that fixes how much shows

This commit is contained in:
Aaron 2025-08-07 17:31:20 -04:00
parent 65ad82d46b
commit 7ff3138fa3

View File

@ -3,10 +3,10 @@
"comment": "The highest rated House music.", "comment": "The highest rated House music.",
"all": [ "all": [
{ "any": [ { "any": [
{"contains": {"genre": "House"}}, {"contains": {"genre": "House"}}
{"notContains": {"genre": "Christmas Music"}}
]}, ]},
{"gt": {"rating": 2}} {"gt": {"rating": 2}},
{"notContains": {"genre": "Christmas Music"}}
], ],
"sort": "dateModified", "sort": "dateModified",
"order": "desc", "order": "desc",