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 ae78258..974e71d 100644
--- a/client/js/radio_emulator.js
+++ b/client/js/radio_emulator.js
@@ -296,7 +296,7 @@ function listCallback(json, params)
tmp.innerText = JSON.stringify(json.list[i-1], null, 2);
placeholders.previouslyPlayed.append(tmp);
}
- //now_on_sequence = now_on_sequence - json.list[i].starts_on;
+ values.now_on_sequence = values.now_on_sequence - json.list[i].starts_on;
FetchJSON(`${jsonRequest}${json.list[i].hash}`, loadShowCallback, [json, values.now_on_sequence, json.list[i], hash_of_list]);
debugLog('Second!');
break;