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.", "comment": "The highest rated Country Contemporary music.",
"all": [ "all": [
{"contains": {"genre": "Contemporary Country"}}, {"contains": {"genre": "Contemporary Country"}},
{"gt": {"rating": 3}} {"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}} {"notContains": {"genre": "Christmas Music"}}
], ],
"sort": "dateModified", "sort": "dateModified",