summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 5500b728..5546e5a3 100644
--- a/main.c
+++ b/main.c
@@ -584,7 +584,7 @@ player_mainloop (void) {
streamer_move_to_nextsong (1);
break;
case DB_EV_PREV:
- streamer_move_to_prevsong ();
+ streamer_move_to_prevsong (1);
break;
case DB_EV_PAUSE:
if (output->state () != OUTPUT_STATE_PAUSED) {
@@ -602,7 +602,7 @@ player_mainloop (void) {
}
break;
case DB_EV_PLAY_RANDOM:
- streamer_move_to_randomsong ();
+ streamer_move_to_randomsong (1);
break;
case DB_EV_PLAYLIST_REFRESH:
pl_save_current ();