queue: don't repeat current song in consume mode

Check consume mode in queue_next_order(), because the current song
would be deleted as soon as it's finished; it cannot be played again.
This commit is contained in:
Max Kellermann
2010-01-16 20:58:24 +01:00
parent 90d16af66a
commit 8ba08edd0e
2 changed files with 3 additions and 2 deletions

1
NEWS
View File

@@ -5,6 +5,7 @@ ver 0.15.8 (2009/??/??)
- ffmpeg, flac, vorbis: added more flac/vorbis MIME types
* dbUtils: return empty tag value only if no value was found
* decoder_thread: fix CUE track playback
* queue: don't repeat current song in consume mode
ver 0.15.7 (2009/12/27)