remove songs that have genre: Christmas Music

This commit is contained in:
2024-12-24 21:12:39 -05:00
parent e62c3cb5f8
commit d17a69d30e
28 changed files with 36 additions and 10 deletions

View File

@@ -4,6 +4,7 @@
"all": [
{"contains": {"genre": "Reggae"}},
{"gt": {"rating": 2}},
{"notContains": {"genre": "Christmas Music"}},
{"isNot": {"artist": "Bruno Mars"}},
{"isNot": {"artist": "Don Omar"}},
{"isNot": {"artist": "Jawsh 685"}},