fix(talk): cancel button now stops audio playback #21

Merged
m3tam3re merged 1 commits from fix/talk-cancel-button into master 2026-07-02 19:44:49 +02:00
Showing only changes of commit c94ff86c12 - Show all commits
+1 -1
View File
@@ -93,7 +93,7 @@
$KILL "$NOTIFY_PID" 2>/dev/null || true $KILL "$NOTIFY_PID" 2>/dev/null || true
break break
fi fi
if [ -f "$ACTION_FILE" ]; then if [ -s "$ACTION_FILE" ]; then
if $GREP -q "cancel" "$ACTION_FILE" 2>/dev/null; then if $GREP -q "cancel" "$ACTION_FILE" 2>/dev/null; then
$KILL "$MPV_PID" 2>/dev/null || true $KILL "$MPV_PID" 2>/dev/null || true
fi fi