diff options
author | Romain Bignon <romain@peerfuse.org> | 2009-03-30 00:01:02 +0200 |
---|---|---|
committer | Romain Bignon <romain@peerfuse.org> | 2009-03-30 17:37:55 +0200 |
commit | e81f683a1805871fa671485dc2a6327763ef1cf0 (patch) | |
tree | b2fe3b82caf9b77dcabf2b475d10f34d20445a69 /src/queue.h | |
parent | 7d9380fd913355b70f846a4adc263363d12813ba (diff) | |
download | mpd-e81f683a1805871fa671485dc2a6327763ef1cf0.tar.gz mpd-e81f683a1805871fa671485dc2a6327763ef1cf0.tar.xz mpd-e81f683a1805871fa671485dc2a6327763ef1cf0.zip |
implemented the 'consume' mode
Consume mode removes each song played
Diffstat (limited to 'src/queue.h')
-rw-r--r-- | src/queue.h | 3 |
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; |