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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user