From 9568ff629da56e76f647b2a2e333d63dcd840cdf Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Wed, 10 Jun 2026 17:28:39 -0400 Subject: [PATCH] fix: add missing commas in Top Classical and Top Trance playlist filters --- ^ Top Classical 📈.NSP | 2 +- ^ Top Trance 📈.NSP | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/^ Top Classical 📈.NSP b/^ Top Classical 📈.NSP index 950cde4..b94dbed 100644 --- a/^ Top Classical 📈.NSP +++ b/^ Top Classical 📈.NSP @@ -3,7 +3,7 @@ "comment": "The highest rated Classical music.", "all": [ {"contains": {"genre": "Classical"}}, - {"gt": {"rating": 2}} + {"gt": {"rating": 2}}, {"notContains": {"genre": "Christmas Music"}}, {"notContains": {"genre": "Classical Crossover"}}, {"notContains": {"genre": "Electronic"}}, diff --git a/^ Top Trance 📈.NSP b/^ Top Trance 📈.NSP index c3abbf1..123ad0c 100644 --- a/^ Top Trance 📈.NSP +++ b/^ Top Trance 📈.NSP @@ -2,9 +2,9 @@ "title": "-Top Trance ;)", "comment": "The highest rated Trance music.", "all": [ - {"contains": {"genre": "Trance"}} + {"contains": {"genre": "Trance"}}, {"gt": {"rating": 2}}, - {"notContains": {"genre": "Christmas Music"}}, + {"notContains": {"genre": "Christmas Music"}} ], "sort": "dateModified", "order": "desc",