mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Starting in a bit on my TODO list from taglib-devel.
This is an invalid conversion. It may be worthwhile to do the conversions at a higher level at some point (in the tag, rather than frame generation), but for now just remove this one. CCMAIL:taglib-devel@kde.org git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@579343 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
7ad144536d
commit
1db03808ce
@ -274,14 +274,14 @@ bool FrameFactory::updateFrame(Frame::Header *header) const
|
||||
frameID == "RVAD" ||
|
||||
frameID == "TIME" ||
|
||||
frameID == "TRDA" ||
|
||||
frameID == "TSIZ")
|
||||
frameID == "TSIZ" ||
|
||||
frameID == "TDAT")
|
||||
{
|
||||
debug("ID3v2.4 no longer supports the frame type " + String(frameID) +
|
||||
". It will be discarded from the tag.");
|
||||
return false;
|
||||
}
|
||||
|
||||
convertFrame("TDAT", "TDRC", header);
|
||||
convertFrame("TORY", "TDOR", header);
|
||||
convertFrame("TYER", "TDRC", header);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user