change content rating and exclude synth-pop
This commit is contained in:
parent
5d1ca04dee
commit
7267769364
@ -3,8 +3,9 @@
|
|||||||
"comment": "The highest rated Synth music.",
|
"comment": "The highest rated Synth music.",
|
||||||
"all": [
|
"all": [
|
||||||
{"contains": {"genre": "Synth"}},
|
{"contains": {"genre": "Synth"}},
|
||||||
{"gt": {"rating": 3}},
|
{"gt": {"rating": 2}},
|
||||||
{"notContains": {"genre": "Christmas Music"}},
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
|
{"notContains": {"genre": "Synth-Pop"}}
|
||||||
],
|
],
|
||||||
"sort": "dateModified",
|
"sort": "dateModified",
|
||||||
"order": "desc",
|
"order": "desc",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user