From 7ff3138fa334d9c55764054d188bd7a65044be63 Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Thu, 7 Aug 2025 17:31:20 -0400 Subject: [PATCH] re-arrange order we don't want any christmas music not to include anything that doesn't contain christmas music. See if that fixes how much shows --- ^ Top House 📈.NSP | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/^ Top House 📈.NSP b/^ Top House 📈.NSP index ec09967..64e3326 100644 --- a/^ Top House 📈.NSP +++ b/^ Top House 📈.NSP @@ -3,10 +3,10 @@ "comment": "The highest rated House music.", "all": [ { "any": [ - {"contains": {"genre": "House"}}, - {"notContains": {"genre": "Christmas Music"}} + {"contains": {"genre": "House"}} ]}, - {"gt": {"rating": 2}} + {"gt": {"rating": 2}}, + {"notContains": {"genre": "Christmas Music"}} ], "sort": "dateModified", "order": "desc",