فهرست منبع

Merge branch 'master-cmake' of https://github.com/sle118/squeezelite-esp32.git into master-cmake

Sebastien 4 سال پیش
والد
کامیت
fe640249e4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      components/wifi-manager/code.js

+ 1 - 1
components/wifi-manager/code.js

@@ -442,7 +442,7 @@ $(document).ready(function(){
     });
 
     $("#generate-command").on("click", function() {
-        var commandLine = commandHeader + '-n "' + $("#player").val() + '"';
+        var commandLine = commandHeader + ' -n "' + $("#player").val() + '"';
 
         if (output == 'bt') {
             commandLine += ' -o "BT -n \'' + $("#btsink").val() + '\'" -R -Z 192000';