change content rating and exclude synth-pop

This commit is contained in:
Aaron 2025-08-24 16:17:46 -04:00
parent 5d1ca04dee
commit 7267769364

View File

@ -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",