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/queue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/queue.h') diff --git a/src/queue.h b/src/queue.h index 63b71d199..452084ce8 100644 --- a/src/queue.h +++ b/src/queue.h @@ -81,8 +81,8 @@ struct queue { reached? */ bool repeat; - /** stop playing after that song. */ - bool smartstop; + /** play only current song. */ + bool single; /** play back songs in random order? */ bool random; -- cgit v1.2.3