Parcourir la source

BT does not need resample setting - release

was more a way to force release ...
philippe44 il y a 5 ans
Parent
commit
c40d805b44
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      components/wifi-manager/code.js

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

@@ -346,7 +346,7 @@ $(document).ready(function(){
         var commandLine = commandHeader + '-n ' + $("#player").val();
 
         if (output == 'bt') {
-            commandLine += ' -o "BT -n \'' + $("#btsink").val() + '\'" -R -Z 192000 -r "44100-44100"';
+            commandLine += ' -o "BT -n \'' + $("#btsink").val() + '\'" -R -Z 192000';
         } else if (output == 'spdif') {
             commandLine += ' -o SPDIF -R -Z 192000';
         } else {