From c4f4baffaa08cffbe955ab8b272bd96fce431f4d Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Thu, 16 Sep 2010 20:44:18 +0200 Subject: fixed reading album artist field from apev2 tags --- junklib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'junklib.c') diff --git a/junklib.c b/junklib.c index 4c5a2db6..cbd670b6 100644 --- a/junklib.c +++ b/junklib.c @@ -62,7 +62,7 @@ enum { static const char *frame_mapping[] = { "artist", "TPE1", "TPE1", "TP1", "Artist", - "band", "TPE2", "TPE2", "TP2", "Band", + "band", "TPE2", "TPE2", "TP2", "Album artist", "disc", "TPOS", "TPOS", "TPA", "Media", "title", "TIT2", "TIT2", "TT2", "Title", "album", "TALB", "TALB", "TAL", "Album", -- cgit v1.2.3