aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-02-06 12:25:34 +0100
committerMax Kellermann <max@duempel.org>2015-02-06 12:25:34 +0100
commitb3fe3e8b3de5794762f21000d5771b0491e8a041 (patch)
tree327f310b6e160bf37e765233ae0cfe85e3687a03 /NEWS
parent8a6b4db19f63f95a7167ca27026cb16aa80fffad (diff)
downloadmpd-b3fe3e8b3de5794762f21000d5771b0491e8a041.tar.gz
mpd-b3fe3e8b3de5794762f21000d5771b0491e8a041.tar.xz
mpd-b3fe3e8b3de5794762f21000d5771b0491e8a041.zip
TagBuilder: allow adding duplicate tag types in Complement()
Build a table of pre-existing tag types before adding new items. The old way would check HasType() each time, which would return true after the first instance of that tag type had been added, preventing duplicate tag types to be merged. This broke duplicate tag types loaded from the state file, because this code path uses TagBuilder::Complement().
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index da153cfa1..22920348b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
ver 0.19.9 (not yet released)
* decoder
- dsdiff, dsf: raise ID3 tag limit to 1 MB
+* playlist: fix loading duplicate tag types from state file
* fix clock integer overflow on OS X
* fix build failure with uClibc
* fix build failure on non-POSIX operating systems