From 72677693644b26e349a01eabf0236ad9e716fa65 Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Sun, 24 Aug 2025 16:17:46 -0400 Subject: [PATCH] change content rating and exclude synth-pop --- ^ Top Synth 📈.NSP | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/^ Top Synth 📈.NSP b/^ Top Synth 📈.NSP index ae99e46..f4351f0 100644 --- a/^ Top Synth 📈.NSP +++ b/^ Top Synth 📈.NSP @@ -3,8 +3,9 @@ "comment": "The highest rated Synth music.", "all": [ {"contains": {"genre": "Synth"}}, - {"gt": {"rating": 3}}, + {"gt": {"rating": 2}}, {"notContains": {"genre": "Christmas Music"}}, + {"notContains": {"genre": "Synth-Pop"}} ], "sort": "dateModified", "order": "desc",