From 994938b16f75532b5be49e50003e6d41123b72bf Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Sat, 13 Sep 2025 18:21:27 -0400 Subject: [PATCH] trying to get this playlist working, not showing anything since i tried --- ^ Jukebox 🎵.NSP | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/^ Jukebox 🎵.NSP b/^ Jukebox 🎵.NSP index dc6ec70..b721557 100644 --- a/^ Jukebox 🎵.NSP +++ b/^ Jukebox 🎵.NSP @@ -3,16 +3,16 @@ "comment": "The highest rated music on random, discounting recently played.", "any": [ { "all": [ - {"is": {"rating": "3"}}, - {"notInTheLast": {"lastPlayed": "150"}} + {"is": {"rating": 3}}, + {"notInTheLast": {"lastPlayed": 30}} ]}, { "all": [ - {"is": {"rating": "4"}}, - {"notInTheLast": {"lastPlayed": "90"}} + {"is": {"rating": 4}}, + {"notInTheLast": {"lastPlayed": 15}} ]}, { "all": [ - {"is": {"rating": "5"}}, - {"notInTheLast": {"lastPlayed": "40"}} + {"is": {"rating": 5}}, + {"notInTheLast": {"lastPlayed": 5}} ]} ], "sort": "lastPlayed",