diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder/mp4ff_plugin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/decoder/mp4ff_plugin.c b/src/decoder/mp4ff_plugin.c index a330763ca..5e1251d82 100644 --- a/src/decoder/mp4ff_plugin.c +++ b/src/decoder/mp4ff_plugin.c @@ -344,11 +344,13 @@ static const char *const mp4ff_tag_names[TAG_NUM_OF_ITEM_TYPES] = { [TAG_ITEM_TITLE] = "title", [TAG_ITEM_ARTIST] = "artist", [TAG_ITEM_ALBUM] = "album", + [TAG_ITEM_ALBUM_ARTIST] = "albumartist", [TAG_ITEM_TRACK] = "track", [TAG_ITEM_DISC] = "disc", [TAG_ITEM_GENRE] = "genre", [TAG_ITEM_DATE] = "date", [TAG_ITEM_COMPOSER] = "writer", + [TAG_ITEM_PERFORMER] = "band", }; static struct tag * |