Skip to content

Commit

Permalink
#784: fix processing of recursive disks after commit ea81e2f
Browse files Browse the repository at this point in the history
  • Loading branch information
lfcnassif committed Jan 25, 2022
1 parent 907f4c9 commit 0aa4519
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ public void read(File image, Item parent) throws Exception {
if (embeddedDisk) {
deviceName = parent.getName();
inheritedPath = Util.getParentPath(parent);
idTotrackIDMap.put(parent.getId(), (String) parent.getExtraAttribute(IndexItem.TRACK_ID));
}
}

Expand Down

0 comments on commit 0aa4519

Please sign in to comment.