10-01-2021, 10:00 PM
It's a bug in the function setAudioOut(). A parameter is not being passed to another function it calls and it blows up. I was getting white screen in BlueZ Config when trying to connect/disconnect/change :-0
I can post a patch installer this weekend and then plan for a 7.4.1 bugfix release and in-place update in the coming days.
# Patch
In /var/www/inc/playerlib.php, function setAudioOut($audioout) add ", $_SESSION['alsa_output_mode']" to the parameter list like below.
I can post a patch installer this weekend and then plan for a 7.4.1 bugfix release and in-place update in the coming days.
# Patch
In /var/www/inc/playerlib.php, function setAudioOut($audioout) add ", $_SESSION['alsa_output_mode']" to the parameter list like below.
Code:
// Update audio out and BT out confs
updAudioOutAndBtOutConfs($_SESSION['cardnum'], $_SESSION['alsa_output_mode']);