mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-25 12:29:18 -05:00
Identify TDRC as coming from ID3v2.4
This commit is contained in:
parent
1df0258055
commit
a5bdb9d59a
@ -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 }
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user