aboutsummaryrefslogtreecommitdiffstats
path: root/src/queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/queue.h')
-rw-r--r--src/queue.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/queue.h b/src/queue.h
index 452084ce8..7dca66406 100644
--- a/src/queue.h
+++ b/src/queue.h
@@ -84,6 +84,9 @@ struct queue {
/** play only current song. */
bool single;
+ /** remove each played files. */
+ bool consume;
+
/** play back songs in random order? */
bool random;