diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tag_ape.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tag_ape.c b/src/tag_ape.c index e3b848bfc..6d8e0c743 100644 --- a/src/tag_ape.c +++ b/src/tag_ape.c @@ -29,6 +29,7 @@ static const char *const ape_tag_names[] = { [TAG_ITEM_TITLE] = "title", [TAG_ITEM_ARTIST] = "artist", [TAG_ITEM_ALBUM] = "album", + [TAG_ITEM_ALBUM_ARTIST] = "album artist", [TAG_ITEM_COMMENT] = "comment", [TAG_ITEM_GENRE] = "genre", [TAG_ITEM_TRACK] = "track", |