fix: update rating threshold for Top Singer-Songwriter playlist filter

This commit is contained in:
2026-06-07 11:45:05 -04:00
parent 2563a8bd75
commit 3bee652903
+1 -1
View File
@@ -3,7 +3,7 @@
"comment": "The highest rated Singer-Songwriter music.",
"all": [
{"contains": {"genre": "Singer-Songwriter"}},
{"gt": {"rating": 2}},
{"gt": {"rating": 3}},
{"notContains": {"genre": "Christmas Music"}},
{"notContains": {"genre": "Latin"}}
],