diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tag.c | 1 | ||||
-rw-r--r-- | src/tag.h | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -44,6 +44,7 @@ static struct { const char *mpdTagItemKeys[TAG_NUM_OF_ITEM_TYPES] = { "Artist", "Album", + "AlbumArtist", "Title", "Track", "Name", @@ -29,6 +29,7 @@ enum tag_type { TAG_ITEM_ARTIST, TAG_ITEM_ALBUM, + TAG_ITEM_ALBUM_ARTIST, TAG_ITEM_TITLE, TAG_ITEM_TRACK, TAG_ITEM_NAME, |