Skip to content

Commit

Permalink
Merge pull request #371 from bradh/uri_item_type_2023-11-03
Browse files Browse the repository at this point in the history
keep item_uri_type when flattening items
  • Loading branch information
DenizUgur authored Nov 10, 2024
2 parents 57463b4 + 3038da7 commit c410ed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/isofile-item-processing.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ISOFile.prototype.flattenItemInfo = function() {
}
item.content_type = meta.iinf.item_infos[i].content_type;
item.content_encoding = meta.iinf.item_infos[i].content_encoding;
item.item_uri_type = meta.iinf.item_infos[i].item_uri_type;
}
if (meta.grpl) {
for (i = 0; i < meta.grpl.boxes.length; i++) {
Expand Down

0 comments on commit c410ed6

Please sign in to comment.