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:
Scott Wheeler 2006-08-31 21:25:00 +00:00
parent 7ad144536d
commit 1db03808ce

View File

@ -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);