aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/js/radio_emulator.js2
1 files changed, 1 insertions, 1 deletions
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 )
{