aboutsummaryrefslogtreecommitdiff
path: root/src/queue.h
diff options
context:
space:
mode:
authorRomain Bignon <romain@peerfuse.org>2009-03-30 00:01:02 +0200
committerRomain Bignon <romain@peerfuse.org>2009-03-30 17:37:55 +0200
commite81f683a1805871fa671485dc2a6327763ef1cf0 (patch)
treeb2fe3b82caf9b77dcabf2b475d10f34d20445a69 /src/queue.h
parent7d9380fd913355b70f846a4adc263363d12813ba (diff)
implemented the 'consume' mode
Consume mode removes each song played
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 452084ce..7dca6640 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;