remove songs that have genre: Christmas Music
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"all": [
|
||||
{"contains": {"genre": "Rock"}},
|
||||
{"gt": {"rating": 3}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Pop Rock"}},
|
||||
],
|
||||
"sort": "dateModified",
|
||||
|
||||
Reference in New Issue
Block a user