summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-03-16 13:55:19 +0100
committerMax Kellermann <max@musicpd.org>2019-03-16 13:55:19 +0100
commit1aa7cdd602ad7e7e2b2fe04a829a0d59c6c07f9a (patch)
tree65b2bc226b5a4fb132970979338c62bd1c0699e4 /NEWS
parenta4b8a0d801ab86a1798402942b566657ab2ccdeb (diff)
decoder/opus: fix replay gain when there are no other tags
The `tag_builder.empty()` check was wrong for the SubmitReplayGain() call. Closes https://github.com/MusicPlayerDaemon/MPD/issues/497
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 41f9169a9..de0802376 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ ver 0.21.6 (not yet released)
- fix "list" with filter expression
* input
- cdio_paranoia: fix build failure due to missing #include
+* decoder
+ - opus: fix replay gain when there are no other tags
* playlist
- flac: fix use-after-free bug
* support abstract sockets on Linux