mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Update internal state after saving
This commit is contained in:
parent
0c2e21024f
commit
d643878e9f
@ -130,7 +130,7 @@ bool DSF::File::save()
|
||||
// Update the metadata offset to 0 since there is no longer a tag
|
||||
if(d->metadataOffset != newMetadataOffset) {
|
||||
insert(ByteVector::fromUInt64LE(0ULL), 20, 8);
|
||||
d->metadataOffset = newMetadataOffset;
|
||||
d->metadataOffset = 0;
|
||||
}
|
||||
|
||||
// Delete the old tag
|
||||
|
Loading…
x
Reference in New Issue
Block a user