summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/hotkeys/hotkeys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hotkeys/hotkeys.c b/plugins/hotkeys/hotkeys.c
index 6f6a3b7f..3a4f0402 100644
--- a/plugins/hotkeys/hotkeys.c
+++ b/plugins/hotkeys/hotkeys.c
@@ -130,7 +130,7 @@ get_command( const char* command )
return deadbeef->playback_play;
if ( 0 == strcasecmp( command, "prev" ) )
- return deadbeef->playback_play;
+ return deadbeef->playback_prev;
if ( 0 == strcasecmp( command, "next" ) )
return deadbeef->playback_next;