From e7519829ac588e4b261c1832bb0e7d6ffbd47322 Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Fri, 27 Mar 2009 15:28:49 +0100 Subject: renamed smartstop to single and changed behavior When single mode is enabled, after current song it stops playback, or it replay same song if repeat mode is activated. --- src/playlist_control.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/playlist_control.c') diff --git a/src/playlist_control.c b/src/playlist_control.c index 90aab5f29..9e31c07ab 100644 --- a/src/playlist_control.c +++ b/src/playlist_control.c @@ -152,8 +152,8 @@ nextSongInPlaylist(struct playlist *playlist) next_order = queue_next_order(&playlist->queue, playlist->current); if (next_order < 0) { - /* cancel smartstop */ - playlist->queue.smartstop = false; + /* cancel single */ + playlist->queue.single = false; /* no song after this one: stop playback */ stopPlaylist(playlist); return; -- cgit v1.2.3