mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 20:17:04 +03:00
Apply volume correction factor for Bluetooth sink.
This commit is contained in:
@@ -193,7 +193,7 @@ $(document).ready(function(){
|
||||
console.log(xhr.status);
|
||||
console.log(thrownError);
|
||||
if (thrownError != '') showMessage(thrownError, 'ERROR');
|
||||
}
|
||||
},
|
||||
complete: function(response) {
|
||||
var returnedResponse = JSON.parse(response.responseText);
|
||||
console.log(response.responseText);
|
||||
@@ -210,7 +210,7 @@ $(document).ready(function(){
|
||||
console.log(xhr.status);
|
||||
console.log(thrownError);
|
||||
if (thrownError != '') showMessage(thrownError, 'ERROR');
|
||||
}
|
||||
},
|
||||
complete: function(response) {
|
||||
console.log('reboot call completed');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user