want to filter alt dance and alt hip hop out of this list for now.
This commit is contained in:
parent
feae16bf1b
commit
f5b3b8c7f9
@ -4,6 +4,8 @@
|
|||||||
"all": [
|
"all": [
|
||||||
{"contains": {"genre": "Alternative"}},
|
{"contains": {"genre": "Alternative"}},
|
||||||
{"gt": {"rating": 3}},
|
{"gt": {"rating": 3}},
|
||||||
|
{"notContains": {"genre": "Alternative Dance"}},
|
||||||
|
{"notContains": {"genre": "Alternative Hip Hop"}},
|
||||||
{"notContains": {"genre": "Alternative Pop"}},
|
{"notContains": {"genre": "Alternative Pop"}},
|
||||||
{"notContains": {"genre": "Alternative R&B"}},
|
{"notContains": {"genre": "Alternative R&B"}},
|
||||||
{"notContains": {"genre": "Christmas Music"}},
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user