From 83fd822e8b9a4dd1132a2cec324c4171d8ca2946 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Tue, 25 Nov 2014 17:07:08 +0100
Subject: 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).
---
 src/tag/ApeTag.cxx | 1 -
 1 file changed, 1 deletion(-)

(limited to 'src/tag/ApeTag.cxx')

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 }
 };
-- 
cgit v1.2.3