mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-30 16:59:15 +02:00
minor thing, but could be important
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@ function OnPlayButtonClick(_ev) {
|
|||||||
|
|
||||||
$playbutton.addClass('bg-gray').prop('disabled', true);
|
$playbutton.addClass('bg-gray').prop('disabled', true);
|
||||||
setTimeout(() => $playbutton.removeClass('bg-gray').prop('disabled', false), 2500);
|
setTimeout(() => $playbutton.removeClass('bg-gray').prop('disabled', false), 2500);
|
||||||
Stream.setVolume($("#volumeSlider").val());
|
if (Stream) Stream.setVolume($("#volumeSlider").val());
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateVolume() {
|
function updateVolume() {
|
||||||
|
|||||||
Reference in New Issue
Block a user