From 63a59c18c7afbe0a78635b357253e7d50623565d Mon Sep 17 00:00:00 2001 From: Razgriz Date: Tue, 4 Apr 2023 22:28:24 -0700 Subject: [PATCH] Fix jukebox song duration From 0 to 2490. 0 was causing a runtime --- config/jukebox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/jukebox.json b/config/jukebox.json index 5b93475567..971958d505 100644 --- a/config/jukebox.json +++ b/config/jukebox.json @@ -4450,7 +4450,7 @@ { "url": "https://files.catbox.moe/ngtv3e.mp3", "title": "Where My Heart Will Take Me", -"duration": 0, +"duration": 2490, "artist": "Russell Watson", "genre": "Country and Western", "secret": false,