mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 13:04:18 -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:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user