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

@@ -6,6 +6,7 @@
{"contains": {"genre": "Praise & Worship"}}
]},
{"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}},
{"isNot": {"artist": "Elvis Presley"}},
{"isNot": {"artist": "Josh Turner"}}
],