From 46878b2ccbfb42f18a5b1f7f8c4687db522d63c8 Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Sun, 26 Oct 2025 14:21:13 -0400 Subject: [PATCH] forgot a closing " --- ^ Jukebox P 🎵.NSP | 6 +++--- ^ Jukebox U 🎵.NSP | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/^ Jukebox P 🎵.NSP b/^ Jukebox P 🎵.NSP index 37e892f..c794d13 100644 --- a/^ Jukebox P 🎵.NSP +++ b/^ Jukebox P 🎵.NSP @@ -5,17 +5,17 @@ { "all": [ {"is": {"rating": 3}}, {"notInTheLast": {"lastPlayed": 90}}, - {"isNot: {"playcount": 0}} + {"isNot": {"playcount": 0}} ]}, { "all": [ {"is": {"rating": 4}}, {"notInTheLast": {"lastPlayed": 30}}, - {"isNot: {"playcount": 0}} + {"isNot": {"playcount": 0}} ]}, { "all": [ {"is": {"rating": 5}}, {"notInTheLast": {"lastPlayed": 15}}, - {"isNot: {"playcount": 0}} + {"isNot": {"playcount": 0}} ]}, { "all": [ {"is": {"loved": true}}, diff --git a/^ Jukebox U 🎵.NSP b/^ Jukebox U 🎵.NSP index ad3fb56..4d407bb 100644 --- a/^ Jukebox U 🎵.NSP +++ b/^ Jukebox U 🎵.NSP @@ -4,19 +4,19 @@ "any": [ { "all": [ {"is": {"rating": 3}}, - {"is: {"playcount": 0}} + {"is": {"playcount": 0}} ]}, { "all": [ {"is": {"rating": 4}}, - {"is: {"playcount": 0}} + {"is": {"playcount": 0}} ]}, { "all": [ {"is": {"rating": 5}}, - {"is: {"playcount": 0}} + {"is": {"playcount": 0}} ]}, { "all": [ {"is": {"loved": true}}, - {"is: {"playcount": 0}} + {"is": {"playcount": 0}} ]} ], "sort": "random",