From 56151b972d96f8d836b864a303936501af030c3b Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Sat, 13 Sep 2025 18:51:53 -0400 Subject: [PATCH] works now, just needed to remove "" around numbers --- ^ Jukebox 🎵.NSP | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/^ Jukebox 🎵.NSP b/^ Jukebox 🎵.NSP index b721557..11dbb5a 100644 --- a/^ Jukebox 🎵.NSP +++ b/^ Jukebox 🎵.NSP @@ -4,15 +4,15 @@ "any": [ { "all": [ {"is": {"rating": 3}}, - {"notInTheLast": {"lastPlayed": 30}} + {"notInTheLast": {"lastPlayed": 90}} ]}, { "all": [ {"is": {"rating": 4}}, - {"notInTheLast": {"lastPlayed": 15}} + {"notInTheLast": {"lastPlayed": 30}} ]}, { "all": [ {"is": {"rating": 5}}, - {"notInTheLast": {"lastPlayed": 5}} + {"notInTheLast": {"lastPlayed": 10}} ]} ], "sort": "lastPlayed",