exclude some artist showing for some reason even though clearly not gospel/christian music
This commit is contained in:
parent
db5def818f
commit
65ad82d46b
@ -7,8 +7,10 @@
|
|||||||
]},
|
]},
|
||||||
{"gt": {"rating": 3}},
|
{"gt": {"rating": 3}},
|
||||||
{"notContains": {"genre": "Christmas Music"}},
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
|
{"isNot": {"artist": "Amy Winehouse"}},
|
||||||
{"isNot": {"artist": "Elvis Presley"}},
|
{"isNot": {"artist": "Elvis Presley"}},
|
||||||
{"isNot": {"artist": "Josh Turner"}}
|
{"isNot": {"artist": "Josh Turner"}},
|
||||||
|
{"isNot": {"artist": "Ye"}}
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
"limit": 1000
|
"limit": 1000
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user