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