missing space after command header - release

This commit is contained in:
Philippe G
2020-08-04 10:30:18 -07:00
parent 4a56b55b49
commit 8820a85112

View File

@@ -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';