summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.c b/main.c
index d2466c94..bcf07fbc 100644
--- a/main.c
+++ b/main.c
@@ -587,11 +587,9 @@ player_mainloop (void) {
streamer_set_nextsong (-2, 0);
break;
case DB_EV_NEXT:
- output->stop ();
streamer_move_to_nextsong (1);
break;
case DB_EV_PREV:
- output->stop ();
streamer_move_to_prevsong ();
break;
case DB_EV_PAUSE:
@@ -610,7 +608,6 @@ player_mainloop (void) {
}
break;
case DB_EV_PLAY_RANDOM:
- output->stop ();
streamer_move_to_randomsong ();
break;
case DB_EV_PLAYLIST_REFRESH: