diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | src/tag/ApeTag.cxx | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -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 } }; |