diff --git a/^ Top Indie 📈.NSP b/^ Top Indie 📈.NSP index 5088278..68d94dd 100644 --- a/^ Top Indie 📈.NSP +++ b/^ Top Indie 📈.NSP @@ -3,10 +3,10 @@ "comment": "The highest rated Indie music.", "all": [ { "any": [ - {"contains": {"genre": "Indie"}}, - {"notContains": {"genre": "Christmas Music"}} + {"contains": {"genre": "Indie"}} ]}, - {"gt": {"rating": 2}} + {"gt": {"rating": 2}}, + {"notContains": {"genre": "Christmas Music"}} ], "sort": "dateModified", "limit": 2000 diff --git a/^ Top Lo-Fi 📈.NSP b/^ Top Lo-Fi 📈.NSP index 427778c..21403cf 100644 --- a/^ Top Lo-Fi 📈.NSP +++ b/^ Top Lo-Fi 📈.NSP @@ -3,13 +3,12 @@ "comment": "The highest rated Lo-Fi Music. Also contains: Chillwave and Downtempo", "all": [ { "any": [ - {"notContains": {"genre": "Christmas Music"}}, {"contains": {"genre": "Lo-Fi"}}, {"contains": {"genre": "Chillwave"}}, {"contains": {"genre": "Downtempo"}} ]}, - - {"gt": {"rating": 2}} + {"gt": {"rating": 2}}, + {"notContains": {"genre": "Christmas Music"}}, ], "sort": "dateModified", "order": "desc",