diff options
author | Max Kellermann <max@duempel.org> | 2014-11-10 08:45:19 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-11-10 08:45:19 +0100 |
commit | ff6f1655f0441f2fa8a1947bf242ea2cce6ba7a7 (patch) | |
tree | a4d50b8cd1e869b36e792c696e8a634252702596 /NEWS | |
parent | b5ba94f1de06c621da937241eedfcfb100f26a09 (diff) | |
download | mpd-ff6f1655f0441f2fa8a1947bf242ea2cce6ba7a7.tar.gz mpd-ff6f1655f0441f2fa8a1947bf242ea2cce6ba7a7.tar.xz mpd-ff6f1655f0441f2fa8a1947bf242ea2cce6ba7a7.zip |
input/curl: ignore ResponseBoundary() while seeking
While seeking, metadata must not be updated. ResponseBoundary() was
added in MPD 0.19.1, but I forgot to add the IsSeeking() check there.
This caused the "seekable" flag to reset.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ ver 0.19.3 (not yet released) - fix "(null)" result string to "list" when AlbumArtist is disabled * database - upnp: fix breakage due to malformed URIs +* input + - curl: another fix for redirected streams * decoder - audiofile: fix crash while playing streams - ffmpeg: support opus |