mirror of
https://github.com/taglib/taglib.git
synced 2025-06-03 09:08:09 -04:00
typo
BUG:170036 git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@854564 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
13fddc3974
commit
fa31fa29d7
@ -229,7 +229,7 @@ Frame *FrameFactory::createFrame(const ByteVector &origData, Header *tagHeader)
|
||||
|
||||
// Private (frames 4.27)
|
||||
|
||||
if(frameID == "POPM")
|
||||
if(frameID == "PRIV")
|
||||
return new PrivateFrame(data, header);
|
||||
|
||||
return new UnknownFrame(data, header);
|
||||
|
Loading…
x
Reference in New Issue
Block a user