From: Oleg Broytman Date: Sat, 31 Dec 2016 19:21:05 +0000 (+0300) Subject: Use deadbeef --play-pause to play after stop X-Git-Url: https://git.phdru.name/?p=audio-cdr-video.git;a=commitdiff_plain;h=dd1ecb5a175938d7b5bdf06cf91923c977eaed4e Use deadbeef --play-pause to play after stop --- diff --git a/audio/players/action b/audio/players/action index d8bbd15..5449dd4 100755 --- a/audio/players/action +++ b/audio/players/action @@ -19,7 +19,7 @@ elif pgrep deadbeef >/dev/null; then elif [ "$action" = next ]; then exec deadbeef --next elif [ "$action" = pause ]; then - exec deadbeef --toggle-pause + exec deadbeef --play-pause elif [ "$action" = stop ]; then exec deadbeef --stop fi