mirror of
https://github.com/taglib/taglib.git
synced 2025-06-03 00:58:12 -04:00
Merge pull request #548 from TsudaKageyu/render-twice
No need to call ID3v2::Frame::render() twice when saving an ID3v2 tag.
This commit is contained in:
commit
fe1bf015bb
@ -602,7 +602,7 @@ ByteVector ID3v2::Tag::render(int version) const
|
||||
+ String((*it)->header()->frameID()) + "\' has been discarded");
|
||||
continue;
|
||||
}
|
||||
tagData.append((*it)->render());
|
||||
tagData.append(frameData);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user