mirror of
https://github.com/taglib/taglib.git
synced 2025-08-06 22:34:29 -04:00
Upgrade IPLS (2.3) to TIPL (2.4)
This commit is contained in:
@ -153,7 +153,7 @@ Frame *FrameFactory::createFrame(const ByteVector &origData, Header *tagHeader)
|
||||
|
||||
// Text Identification (frames 4.2)
|
||||
|
||||
if(frameID.startsWith("T") || frameID == "IPLS") {
|
||||
if(frameID.startsWith("T")) {
|
||||
|
||||
TextIdentificationFrame *f = frameID != "TXXX"
|
||||
? new TextIdentificationFrame(data, header)
|
||||
@ -368,6 +368,7 @@ bool FrameFactory::updateFrame(Frame::Header *header) const
|
||||
|
||||
convertFrame("TORY", "TDOR", header);
|
||||
convertFrame("TYER", "TDRC", header);
|
||||
convertFrame("IPLS", "TIPL", header);
|
||||
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user