1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 14:11:59 +01:00

Merge pull request #114 from hypeARM/patch-2

Update main.js
This commit is contained in:
Marek Farkaš
2025-02-16 13:28:12 +01:00
committed by GitHub

View File

@@ -11,6 +11,7 @@ function createStream() {
try {
const settings = new _3LAS_Settings();
Stream = new _3LAS(null, settings);
Stream.Volume = $('#volumeSlider').val();
Stream.ConnectivityCallback = OnConnectivityCallback;
} catch (error) {
console.error("Initialization Error: ", error);