From 82bc9a7901ac9ffa20782a46c7d6640831b5a4a6 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Tue, 15 Oct 2024 03:51:50 +0300 Subject: Debug --- client/js/radio_emulator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/js/radio_emulator.js b/client/js/radio_emulator.js index a10f656..4b4fdf9 100644 --- a/client/js/radio_emulator.js +++ b/client/js/radio_emulator.js @@ -294,7 +294,7 @@ function listCallback(json, params) { for ( var i = 0; i < json.list.length - 1; i++) { - debugLog("getting there") + debugLog("getting there " + i) debugLog(`${json.list[i].starts_on} < ${values.now_on_sequence} < ${json.list[i+1].starts_on}`); if ( json.list[i].starts_on < values.now_on_sequence && values.now_on_sequence < json.list[i+1].starts_on ) { -- cgit v1.2.3