summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index dbaed838..d2466c94 100644
--- a/main.c
+++ b/main.c
@@ -574,9 +574,8 @@ player_mainloop (void) {
streamer_play_current_track ();
break;
case DB_EV_PLAY_NUM:
- output->stop ();
pl_playqueue_clear ();
- streamer_set_nextsong (p1, 1);
+ streamer_set_nextsong (p1, 4);
if (pl_get_order () == PLAYBACK_ORDER_SHUFFLE_ALBUMS) {
int pl = streamer_get_current_playlist ();
playlist_t *plt = plt_get_for_idx (pl);