From feae16bf1b72caa240a857f01123ad13f3ea5c08 Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Wed, 13 Aug 2025 18:15:00 -0400 Subject: [PATCH] reset days and added an order so maybe will work now? --- ^ Jukebox 🎵.NSP | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/^ Jukebox 🎵.NSP b/^ Jukebox 🎵.NSP index ba3dc93..dc6ec70 100644 --- a/^ Jukebox 🎵.NSP +++ b/^ Jukebox 🎵.NSP @@ -4,17 +4,18 @@ "any": [ { "all": [ {"is": {"rating": "3"}}, - {"notInTheLast": {"lastPlayed": "5"}} + {"notInTheLast": {"lastPlayed": "150"}} ]}, { "all": [ {"is": {"rating": "4"}}, - {"notInTheLast": {"lastPlayed": "3"}} + {"notInTheLast": {"lastPlayed": "90"}} ]}, { "all": [ {"is": {"rating": "5"}}, - {"notInTheLast": {"lastPlayed": "1"}} + {"notInTheLast": {"lastPlayed": "40"}} ]} ], - "sort": "random", + "sort": "lastPlayed", + "order": "desc", "limit": 1000 } \ No newline at end of file