Przeglądaj źródła

missing space after command header - release

Philippe G 4 lat temu
rodzic
commit
8820a85112
1 zmienionych plików z 1 dodań i 1 usunięć
  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() {
-        var commandLine = commandHeader + '-n "' + $("#player").val() + '"';
+        var commandLine = commandHeader + ' -n "' + $("#player").val() + '"';
 
         if (output == 'bt') {
             commandLine += ' -o "BT -n \'' + $("#btsink").val() + '\'" -R -Z 192000';