Identify TDRC as coming from ID3v2.4

This commit is contained in:
Dustin King 2010-03-28 03:42:22 -07:00 committed by Julien BLACHE
parent 1df0258055
commit a5bdb9d59a

View File

@ -125,7 +125,7 @@ static const struct metadata_map md_map_id3[] =
{ "TPOS", 1, mfi_offsetof(disc) }, /* ID3v2.3 */
{ "TYE", 1, mfi_offsetof(year) }, /* ID3v2.2 */
{ "TYER", 1, mfi_offsetof(year) }, /* ID3v2.3 */
{ "TDRC", 1, mfi_offsetof(year) }, /* ID3v2.3 */
{ "TDRC", 1, mfi_offsetof(year) }, /* ID3v2.4 */
{ NULL, 0, 0 }
};