decoder/mp4ff: support tag "album artist"
We already supported "albumartist", but it seems some folks also use "album artist" (with a space).
This commit is contained in:
@@ -350,6 +350,7 @@ mp4_decode(struct decoder *mpd_decoder, struct input_stream *input_stream)
|
||||
}
|
||||
|
||||
static const char *const mp4ff_tag_names[TAG_NUM_OF_ITEM_TYPES] = {
|
||||
[TAG_ALBUM_ARTIST] = "album artist",
|
||||
[TAG_COMPOSER] = "writer",
|
||||
[TAG_PERFORMER] = "band",
|
||||
};
|
||||
|
Reference in New Issue
Block a user