Skip to content

Commit d224da3

Browse files
authored
Version 3.9.4
* Do not unsynchronize frames twice * npm audit fix
1 parent 1a1fc94 commit d224da3

File tree

3 files changed

+80
-80
lines changed

3 files changed

+80
-80
lines changed

dist/jsmediatags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1157,7 +1157,7 @@ function () {
11571157

11581158
var unsyncData;
11591159

1160-
if (flags && flags.format.unsynchronisation) {
1160+
if (flags && flags.format.unsynchronisation && !id3header.flags.unsynchronisation) {
11611161
frameData = this.getUnsyncFileReader(frameData, frameDataOffset, frameSize);
11621162
frameDataOffset = 0;
11631163
frameSize = frameData.getSize();

0 commit comments

Comments
 (0)