feat: add additional artist exclusions to Folk playlist filter
This commit is contained in:
@@ -8,7 +8,10 @@
|
|||||||
{"notContains": {"genre": "Folk Pop"}},
|
{"notContains": {"genre": "Folk Pop"}},
|
||||||
{"notContains": {"genre": "Folk Rock"}},
|
{"notContains": {"genre": "Folk Rock"}},
|
||||||
{"notContains": {"genre": "Latin"}},
|
{"notContains": {"genre": "Latin"}},
|
||||||
{"isNot": {"artist": "Creed"}}
|
{"isNot": {"artist": "Billie Eilish"}},
|
||||||
|
{"isNot": {"artist": "Creed"}},
|
||||||
|
{"isNot": {"artist": "Lana Del Ray"}},
|
||||||
|
{"isNot": {"artist": "Taylor Swift"}}
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
"order": "desc",
|
"order": "desc",
|
||||||
|
|||||||
Reference in New Issue
Block a user