forgot comma ,

This commit is contained in:
Aaron 2025-08-26 15:50:23 -04:00
parent 45bacdd450
commit 9f12e45c25

View File

@ -3,7 +3,7 @@
"comment": "The highest rated Country Contemporary music.",
"all": [
{"contains": {"genre": "Contemporary Country"}},
{"gt": {"rating": 3}}
{"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}}
],
"sort": "dateModified",