diff options
author | Max Kellermann <max@musicpd.org> | 2019-03-16 13:55:19 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-03-16 13:55:19 +0100 |
commit | 1aa7cdd602ad7e7e2b2fe04a829a0d59c6c07f9a (patch) | |
tree | 65b2bc226b5a4fb132970979338c62bd1c0699e4 /NEWS | |
parent | a4b8a0d801ab86a1798402942b566657ab2ccdeb (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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |