forgot comma ,
This commit is contained in:
parent
45bacdd450
commit
9f12e45c25
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user