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
This commit is contained in:
Max Kellermann
2019-03-16 13:55:19 +01:00
parent a4b8a0d801
commit 1aa7cdd602
2 changed files with 7 additions and 3 deletions

2
NEWS
View File

@@ -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