From 3bee652903b763acf9d2245adaf58bba2a3f8782 Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Sun, 7 Jun 2026 11:45:05 -0400 Subject: [PATCH] fix: update rating threshold for Top Singer-Songwriter playlist filter --- ^ Top Singer-Songwriter 📈.NSP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/^ Top Singer-Songwriter 📈.NSP b/^ Top Singer-Songwriter 📈.NSP index e4ada9e..da46743 100644 --- a/^ Top Singer-Songwriter 📈.NSP +++ b/^ Top Singer-Songwriter 📈.NSP @@ -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"}} ],