Skip to content

Commit

Permalink
Actually skip SimpleTag children
Browse files Browse the repository at this point in the history
  • Loading branch information
devoxin committed Jun 10, 2024
1 parent 646835f commit 73ccad8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -463,5 +463,7 @@ private void parseSimpleTag(MatroskaElement simpleTagElement) throws IOException
}
}
}

reader.skip(child);
}
}

0 comments on commit 73ccad8

Please sign in to comment.