fix: update rating threshold for Top Singer-Songwriter playlist filter
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"comment": "The highest rated Singer-Songwriter music.",
|
"comment": "The highest rated Singer-Songwriter music.",
|
||||||
"all": [
|
"all": [
|
||||||
{"contains": {"genre": "Singer-Songwriter"}},
|
{"contains": {"genre": "Singer-Songwriter"}},
|
||||||
{"gt": {"rating": 2}},
|
{"gt": {"rating": 3}},
|
||||||
{"notContains": {"genre": "Christmas Music"}},
|
{"notContains": {"genre": "Christmas Music"}},
|
||||||
{"notContains": {"genre": "Latin"}}
|
{"notContains": {"genre": "Latin"}}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user