mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-14 14:42:33 +00:00
Disambiguate ID3v2 TIT1/GRP1
This commit is contained in:
parent
da27ed75f5
commit
7ca8a72ba3
1 changed files with 3 additions and 1 deletions
|
@ -127,7 +127,8 @@ gen_map!(
|
|||
|
||||
"TALB" => AlbumTitle,
|
||||
"TSST" => SetSubtitle,
|
||||
"TIT1" | "GRP1" => ContentGroup,
|
||||
"TIT1" => ContentGroup,
|
||||
"GRP1" => AppleId3v2ContentGroup,
|
||||
"TIT2" => TrackTitle,
|
||||
"TIT3" => TrackSubtitle,
|
||||
"TOAL" => OriginalAlbumTitle,
|
||||
|
@ -558,6 +559,7 @@ gen_item_keys!(
|
|||
|
||||
// Vendor-specific
|
||||
AppleXid,
|
||||
AppleId3v2ContentGroup, // GRP1
|
||||
]
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue