]> git.phdru.name Git - audio-cdr-video.git/blobdiff - audio/players/action
Use deadbeef --play-pause to play after stop
[audio-cdr-video.git] / 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