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.
This commit is contained in:
Romain Bignon
2009-03-27 15:28:49 +01:00
parent e46722b2eb
commit e7519829ac
8 changed files with 49 additions and 34 deletions

View File

@@ -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;