diff options
Diffstat (limited to '')
-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; |