aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-11-25 17:07:08 +0100
committerMax Kellermann <max@duempel.org>2014-11-25 17:07:08 +0100
commit83fd822e8b9a4dd1132a2cec324c4171d8ca2946 (patch)
tree1c7c053ec15eafbe6fcc41b276bd98f05dabef59 /src/tag
parentdd3752956ae24af22a924e156b55227b22470c3e (diff)
downloadmpd-83fd822e8b9a4dd1132a2cec324c4171d8ca2946.tar.gz
mpd-83fd822e8b9a4dd1132a2cec324c4171d8ca2946.tar.xz
mpd-83fd822e8b9a4dd1132a2cec324c4171d8ca2946.zip
ApeTag: drop support for non-standard tag "album artist"
This was used by proprietary software. MPD adopted it a few years ago, which turns out to be a mistake, because it now creates problems for some MPD users (http://bugs.musicpd.org/view.php?id=4168).
Diffstat (limited to 'src/tag')
-rw-r--r--src/tag/ApeTag.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tag/ApeTag.cxx b/src/tag/ApeTag.cxx
index f714a1624..4e3a8b187 100644
--- a/src/tag/ApeTag.cxx
+++ b/src/tag/ApeTag.cxx
@@ -30,7 +30,6 @@
#include <string.h>
const struct tag_table ape_tags[] = {
- { "album artist", TAG_ALBUM_ARTIST },
{ "year", TAG_DATE },
{ nullptr, TAG_NUM_OF_ITEM_TYPES }
};