mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 12:37:01 +03:00
Merge branch 'master-cmake' of https://github.com/sle118/squeezelite-esp32.git into master-cmake
This commit is contained in:
@@ -442,7 +442,7 @@ $(document).ready(function(){
|
|||||||
});
|
});
|
||||||
|
|
||||||
$("#generate-command").on("click", function() {
|
$("#generate-command").on("click", function() {
|
||||||
var commandLine = commandHeader + '-n "' + $("#player").val() + '"';
|
var commandLine = commandHeader + ' -n "' + $("#player").val() + '"';
|
||||||
|
|
||||||
if (output == 'bt') {
|
if (output == 'bt') {
|
||||||
commandLine += ' -o "BT -n \'' + $("#btsink").val() + '\'" -R -Z 192000';
|
commandLine += ' -o "BT -n \'' + $("#btsink").val() + '\'" -R -Z 192000';
|
||||||
|
|||||||
Reference in New Issue
Block a user