diff --git a/^ Top Gospel 📈.NSP b/^ Top Gospel 📈.NSP index 378b098..c4e32cd 100644 --- a/^ Top Gospel 📈.NSP +++ b/^ Top Gospel 📈.NSP @@ -5,7 +5,7 @@ {"contains": {"genre": "Christian"}}, {"contains": {"genre": "Praise & Worship"}} ]}, - {"gt": {"rating": 3}}, + {"gt": {"rating": 2}}, {"notContains": {"genre": "Christmas Music"}}, {"isNot": {"artist": "Amy Winehouse"}}, {"isNot": {"artist": "Elvis Presley"}}, diff --git a/^ Top House 📈.NSP b/^ Top House 📈.NSP index 64e3326..6fa85e3 100644 --- a/^ Top House 📈.NSP +++ b/^ Top House 📈.NSP @@ -5,7 +5,7 @@ { "any": [ {"contains": {"genre": "House"}} ]}, - {"gt": {"rating": 2}}, + {"gt": {"rating": 3}}, {"notContains": {"genre": "Christmas Music"}} ], "sort": "dateModified", diff --git a/^ Top Indie 📈.NSP b/^ Top Indie 📈.NSP index 68d94dd..a382d6b 100644 --- a/^ Top Indie 📈.NSP +++ b/^ Top Indie 📈.NSP @@ -5,7 +5,7 @@ { "any": [ {"contains": {"genre": "Indie"}} ]}, - {"gt": {"rating": 2}}, + {"gt": {"rating": 3}}, {"notContains": {"genre": "Christmas Music"}} ], "sort": "dateModified", diff --git a/^ Top Metal 📈.NSP b/^ Top Metal 📈.NSP index 13d135a..8c6a2f0 100644 --- a/^ Top Metal 📈.NSP +++ b/^ Top Metal 📈.NSP @@ -3,7 +3,7 @@ "comment": "The highest rated Metal music.", "all": [ {"contains": {"genre": "Metal"}}, - {"gt": {"rating": 2}}, + {"gt": {"rating": 3}}, {"notContains": {"genre": "Christmas Music"}} ], "sort": "dateModified", diff --git a/^ Top Metalcore 📈.NSP b/^ Top Metalcore 📈.NSP index 7c6e234..1e60662 100644 --- a/^ Top Metalcore 📈.NSP +++ b/^ Top Metalcore 📈.NSP @@ -7,7 +7,7 @@ {"contains": {"genre": "Post-Hardcore"}}, {"contains": {"genre": "Punk"}} ]}, - {"gt": {"rating": 2}}, + {"gt": {"rating": 3}}, {"notContains": {"genre": "Christmas Music"}}, {"notContains": {"genre": "Cyberpunk"}}, {"notContains": {"genre": "Dance-Punk"}}, diff --git a/^ Top Pop 📈.NSP b/^ Top Pop 📈.NSP index 2b13a9d..68e633a 100644 --- a/^ Top Pop 📈.NSP +++ b/^ Top Pop 📈.NSP @@ -3,7 +3,7 @@ "comment": "The highest rated Pop music.", "all": [ {"contains": {"genre": "Pop"}}, - {"gt": {"rating": 4}}, + {"gt": {"rating": 3}}, {"notcontains": {"album": "Christmas"}}, {"isNot": {"artist": "2Pac"}}, {"isNot": {"artist": "3 Doors Down"}}, diff --git a/^ Top Punk 📈.NSP b/^ Top Punk 📈.NSP index 10bb8b2..593f47b 100644 --- a/^ Top Punk 📈.NSP +++ b/^ Top Punk 📈.NSP @@ -3,7 +3,7 @@ "comment": "The highest rated Punk music.", "all": [ {"contains": {"genre": "Punk"}}, - {"gt": {"rating": 2}}, + {"gt": {"rating": 3}}, {"notContains": {"genre": "Christmas Music"}}, {"notContains": {"genre": "Cyberpunk"}}, {"notContains": {"genre": "Proto-Punk"}},