From c40d805b4429e541899620e47ec635cb3efec985 Mon Sep 17 00:00:00 2001 From: philippe44 Date: Sun, 24 Nov 2019 21:36:48 -0800 Subject: [PATCH] BT does not need resample setting - release was more a way to force release ... --- components/wifi-manager/code.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/wifi-manager/code.js b/components/wifi-manager/code.js index 1545da8d..7036e470 100644 --- a/components/wifi-manager/code.js +++ b/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 {