remove unnecessary comma. having issues with this not popping up
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
{"contains": {"genre": "Rock"}},
|
{"contains": {"genre": "Rock"}},
|
||||||
{"gt": {"rating": 3}},
|
{"gt": {"rating": 3}},
|
||||||
{"notContains": {"genre": "Christmas Music"}},
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
{"notContains": {"genre": "Pop Rock"}},
|
{"notContains": {"genre": "Pop Rock"}}
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
"order": "desc",
|
"order": "desc",
|
||||||
|
|||||||
Reference in New Issue
Block a user