aboutsummaryrefslogtreecommitdiffstats
path: root/src/queue.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/queue.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/queue.h b/src/queue.h
index 7f46c2e19..63b71d199 100644
--- a/src/queue.h
+++ b/src/queue.h
@@ -81,6 +81,9 @@ struct queue {
reached? */
bool repeat;
+ /** stop playing after that song. */
+ bool smartstop;
+
/** play back songs in random order? */
bool random;