X-Git-Url: https://git.phdru.name/audio-cdr-video.git/?a=blobdiff_plain;f=audio%2Fplayers%2Faction;h=5449dd4250db95e83658969fa5a9197b68124d9f;hb=dd1ecb5a175938d7b5bdf06cf91923c977eaed4e;hp=d8bbd159d4885ccb21eec8dc569901aa9616fd53;hpb=237f4b5add5c9d690685c57acd98e89f1ed24922;p=audio-cdr-video.git 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