diff options
author | Max Kellermann <max@duempel.org> | 2009-04-25 11:55:36 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-04-25 11:55:36 +0200 |
commit | 472b994779f30ff75dd2dab913770860fd88cd74 (patch) | |
tree | 8f9150d0f1f7b81e6aa883d06055cd859bb95d20 /NEWS | |
parent | 70faf5927531099af0701bf5281b37ff861d3e8d (diff) | |
download | mpd-472b994779f30ff75dd2dab913770860fd88cd74.tar.gz mpd-472b994779f30ff75dd2dab913770860fd88cd74.tar.xz mpd-472b994779f30ff75dd2dab913770860fd88cd74.zip |
player_thread: pause when all audio outputs fail to play
When all audio outputs have been closed due to failures, pause the
playback instead of stopping it. This way, the user may resume
at the current position after the problem has been dealt with.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ ver 0.15 (200?/??/??) * playlist_directory and music_directory are optional * playlist: recalculate the queued song after random is toggled * playlist: don't unpause on delete +* pause when all audio outputs fail to play * daemon: ignore "user" setting if already running as that user * listen: fix broken client IP addresses in log * 24/32 bit audio support |