From faffc4a53ba096d8aea3f1c729b9251ce6dba9d0 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Tue, 8 Jul 2014 20:30:07 +0200 Subject: fixed unpausing of currently paused track using "play" action --- plugins/hotkeys/hotkeys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/hotkeys') diff --git a/plugins/hotkeys/hotkeys.c b/plugins/hotkeys/hotkeys.c index 4315602d..db270d1c 100644 --- a/plugins/hotkeys/hotkeys.c +++ b/plugins/hotkeys/hotkeys.c @@ -605,7 +605,7 @@ action_play_cb (struct DB_plugin_action_s *action, int ctx) { deadbeef->sendmessage (DB_EV_PLAY_NUM, 0, cur, 0); } else { - deadbeef->sendmessage (DB_EV_PLAY_CURRENT, 0, 1, 0); + deadbeef->sendmessage (DB_EV_PLAY_CURRENT, 0, 0, 0); } } else { -- cgit v1.2.3