mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
No need to call ID3v2::Frame::render() twice when saving an ID3v2 tag.
This commit is contained in:
parent
60966518e2
commit
287078566f
@ -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