From 867b93a5b2d9c99f35981e3f4622cb2fc06eff99 Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Mon, 31 May 2010 23:32:11 +0200 Subject: single mode: at the end of the song, pause on the next song instead of stop --- src/playlist_control.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/playlist_control.c') diff --git a/src/playlist_control.c b/src/playlist_control.c index cd449b425..fa843c89e 100644 --- a/src/playlist_control.c +++ b/src/playlist_control.c @@ -147,8 +147,6 @@ playlist_next(struct playlist *playlist) next_order = queue_next_order(&playlist->queue, playlist->current); if (next_order < 0) { - /* cancel single */ - playlist->queue.single = false; /* no song after this one: stop playback */ playlist_stop(playlist); -- cgit v1.2.3