diff options
author | Max Kellermann <max@musicpd.org> | 2021-02-15 16:02:01 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2021-02-15 16:07:16 +0100 |
commit | f1b8bcd6b26ff40fc49dab1b46f4a85e58eafeab (patch) | |
tree | ea4c6d853fc15860bc7a85d52bc4563c14f04688 /NEWS | |
parent | c2bc3704e1fc40107cffa550bb1475655a634c06 (diff) |
output/pulse: don't drain if stream is suspended or corked
In this state, we can't make any progress.
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1084
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ ver 0.22.5 (not yet released) - iso9660: another fix for unaligned reads * output - httpd: error handling on Windows improved + - pulse: fix deadlock with "always_on" * Windows: - enable https:// support (via Schannel) |