diff options
author | Max Kellermann <max@duempel.org> | 2009-01-29 17:08:44 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-29 18:13:03 +0100 |
commit | 1e0ceb3d881a89d360a72b373c0c0ffd6865ed43 (patch) | |
tree | fc6ac44cd9415d5a6a00123084f1cd93d34d2b7d /NEWS | |
parent | 3a070d3d23052d4306a2ef26b89585d96e235129 (diff) | |
download | mpd-1e0ceb3d881a89d360a72b373c0c0ffd6865ed43.tar.gz mpd-1e0ceb3d881a89d360a72b373c0c0ffd6865ed43.tar.xz mpd-1e0ceb3d881a89d360a72b373c0c0ffd6865ed43.zip |
jack: clear "shutdown" flag on reconnect
When the connection failed once, you had to restart MPD, because it
never cleared the jack_data.shutdown flag. Instead, it refused to
play anything "because there is no client thread" (which is wrong at
that point).
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ ver 0.15 - (200?/??/??) ver 0.14.2 (2009/??/??) * audio outputs: - jack: allocate ring buffers before connecting + - jack: clear "shutdown" flag on reconnect ver 0.14.1 (2009/01/17) |