浏览代码

missing space after command header - release

Philippe G 4 年之前
父节点
当前提交
8820a85112
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/wifi-manager/code.js

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

@@ -343,7 +343,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';