Ver Fonte

fix SL command line

Christian Herzog há 4 anos atrás
pai
commit
8e639bd03f
1 ficheiros alterados com 1 adições e 1 exclusões
  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';