feat: add exclusion for Holiday genre in Top Alt-Rock playlist filter
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
]},
|
]},
|
||||||
{"gt": {"rating": 3}},
|
{"gt": {"rating": 3}},
|
||||||
{"notContains": {"genre": "Christmas Music"}},
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
|
{"notContains": {"genre": "Holiday"}},
|
||||||
{"notContains": {"genre": "Latin"}},
|
{"notContains": {"genre": "Latin"}},
|
||||||
{"isNot": {"artist": "Alec Benjamin"}},
|
{"isNot": {"artist": "Alec Benjamin"}},
|
||||||
{"isNot": {"artist": "Bad Bunny"}},
|
{"isNot": {"artist": "Bad Bunny"}},
|
||||||
|
|||||||
Reference in New Issue
Block a user