diff options
author | Max Kellermann <max@duempel.org> | 2013-02-04 10:15:34 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-02-04 10:15:34 +0100 |
commit | 96dc0a318afc5eba581696640a50f652cc3fc964 (patch) | |
tree | 2a47fb284478a4b685228a1d26b105f7019466da /NEWS | |
parent | 1105e61f292fd61a6316a4b83439dbaa29c102fd (diff) |
player_thread: implement missing "idle" events on output errors
When all outputs fail, MPD automatically pauses playback, but did not
emit the IDLE_PLAYER event. Thus, clients were not woken up. (Mantis
3665)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ ver 0.17.4 (2013/??/??) * decoder: - ffmpeg: support float planar audio (ffmpeg 1.1) +* player: + - implement missing "idle" events on output errors ver 0.17.3 (2013/01/06) |