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:
parent
65ad82d46b
commit
7ff3138fa3
@ -3,10 +3,10 @@
|
||||
"comment": "The highest rated House music.",
|
||||
"all": [
|
||||
{ "any": [
|
||||
{"contains": {"genre": "House"}},
|
||||
{"notContains": {"genre": "Christmas Music"}}
|
||||
{"contains": {"genre": "House"}}
|
||||
]},
|
||||
{"gt": {"rating": 2}}
|
||||
{"gt": {"rating": 2}},
|
||||
{"notContains": {"genre": "Christmas Music"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user