Roll back broken audio, keep notifications.
This commit is contained in:
+1
-1
@@ -454,7 +454,7 @@ connect() {
|
||||
barnardArgs+=(-certificate "$certFile")
|
||||
fi
|
||||
|
||||
command barnard "${barnardArgs[@]}" --fifo "$configDir/cmd" --buffers 64 |& log
|
||||
command barnard "${barnardArgs[@]}" --fifo "$configDir/cmd" --buffers 16 |& log
|
||||
barnardStatus=${PIPESTATUS[0]}
|
||||
if (( barnardStatus != 0 )); then
|
||||
msgbox "$(gettext "Barnard exited with status") $barnardStatus. $(gettext "See log:") $logFile"
|
||||
|
||||
Reference in New Issue
Block a user