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",