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.",
|
||||
"all": [
|
||||
{"contains": {"genre": "Synth"}},
|
||||
{"gt": {"rating": 3}},
|
||||
{"gt": {"rating": 2}},
|
||||
{"notContains": {"genre": "Christmas Music"}},
|
||||
{"notContains": {"genre": "Synth-Pop"}}
|
||||
],
|
||||
"sort": "dateModified",
|
||||
"order": "desc",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user