Skip to content

Commit

Permalink
Version 3.9.4
Browse files Browse the repository at this point in the history
* Do not unsynchronize frames twice
* npm audit fix
  • Loading branch information
aadsm authored Feb 16, 2021
1 parent 1a1fc94 commit d224da3
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 80 deletions.
2 changes: 1 addition & 1 deletion dist/jsmediatags.js
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ function () {

var unsyncData;

if (flags && flags.format.unsynchronisation) {
if (flags && flags.format.unsynchronisation && !id3header.flags.unsynchronisation) {
frameData = this.getUnsyncFileReader(frameData, frameDataOffset, frameSize);
frameDataOffset = 0;
frameSize = frameData.getSize();
Expand Down
Loading

0 comments on commit d224da3

Please sign in to comment.