Skip to content

Commit

Permalink
Update dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
aadsm committed May 30, 2017
1 parent 35d3d69 commit 2bf0efa
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 44 deletions.
5 changes: 5 additions & 0 deletions dist/jsmediatags.js
Original file line number Diff line number Diff line change
Expand Up @@ -1284,6 +1284,11 @@ var MP4TagReader = function (_MediaTagReader) {
"track": data.getByteAt(offset + METADATA_HEADER + 11),
"total": data.getByteAt(offset + METADATA_HEADER + 13)
};
} else if (atomName == "disk") {
atomData = {
"disk": data.getByteAt(offset + METADATA_HEADER + 11),
"total": data.getByteAt(offset + METADATA_HEADER + 13)
};
} else {
// 4: atom version (1 byte) + atom flags (3 bytes)
// 4: NULL (usually locale indicator)
Expand Down
Loading

0 comments on commit 2bf0efa

Please sign in to comment.