aboutsummaryrefslogtreecommitdiff
path: root/client/js
diff options
context:
space:
mode:
Diffstat (limited to 'client/js')
-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 a73be16..64b4764 100644
--- a/client/js/radio_emulator.js
+++ b/client/js/radio_emulator.js
@@ -144,7 +144,7 @@ function FetchAudio(url, callback)
placeholders.dlProgress.value = 100;
audioElement.src = URL.createObjectURL(request.response);
callback();
- audioElement.play();
+ //audioElement.play();
debugLog("Tried... did it work?");
} else {
debugLog(`ERROR ${request.status} while loading ${url}`);