summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--src/tag/ApeTag.cxx1
2 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 478a15353..8433e3d32 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
ver 0.21.5 (not yet released)
+* tags
+ - ape: map "Album Artist"
ver 0.21.4 (2019/01/04)
* database
diff --git a/src/tag/ApeTag.cxx b/src/tag/ApeTag.cxx
index b05162f23..443bd835a 100644
--- a/src/tag/ApeTag.cxx
+++ b/src/tag/ApeTag.cxx
@@ -29,6 +29,7 @@
#include <string.h>
static constexpr struct tag_table ape_tags[] = {
+ { "album artist", TAG_ALBUM_ARTIST },
{ "year", TAG_DATE },
{ nullptr, TAG_NUM_OF_ITEM_TYPES }
};