summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2021-08-05 17:59:51 +0200
committerMax Kellermann <max@musicpd.org>2021-08-05 18:02:45 +0200
commitb979245d6c9491d5cd6bd12b250ccd6dc7a13609 (patch)
tree876a2a2b76f886c6a3e84334c9b398823a1da04d /NEWS
parent17b0ac75ca9d8d81e4eabaa8f11bec68830eb9ba (diff)
decoder/Bridge: call UpdateStreamTag() only if there is no pending seek
If UpdateStreamTag() gets called while an initial seek is pending, the result will never be submitted to a MusicChunk. By avoiding the UpdateStreamTag() call in that case (by moving UpdateStreamTag() to after the PrepareInitialSeek() check), the song_tag is preserved until UpdateStreamTag() is called again from SubmitData(). This fixes missing tags in the "httpd" output. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1137
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a56c573e9..ab2ddd9ca 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ ver 0.22.10 (not yet released)
* tags
- fix crash caused by bug in TagBuilder and a few potential reference leaks
* output
+ - httpd: fix missing tag after seeking into a new song
- oss: fix channel order of multi-channel files
ver 0.22.9 (2021/06/23)