remove songs that have genre: Christmas Music
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
{"contains": {"genre": "Blues"}},
|
||||
{"gt": {"rating": 2}},
|
||||
{"notContains": {"genre": "Acid Jazz"}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Latin"}},
|
||||
{"isNot": {"artist": "3OH!3"}},
|
||||
{"isNot": {"artist": "2Pac"}},
|
||||
|
||||
Reference in New Issue
Block a user