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