]> git.phdru.name Git - audio-cdr-video.git/commitdiff
Use deadbeef --play-pause to play after stop
authorOleg Broytman <phd@phdru.name>
Sat, 31 Dec 2016 19:21:05 +0000 (22:21 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 31 Dec 2016 19:21:05 +0000 (22:21 +0300)
audio/players/action

index d8bbd159d4885ccb21eec8dc569901aa9616fd53..5449dd4250db95e83658969fa5a9197b68124d9f 100755 (executable)
@@ -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