Skip to content

Commit

Permalink
Move reader.skip(child) into while loop
Browse files Browse the repository at this point in the history
  • Loading branch information
devoxin committed Jun 10, 2024
1 parent 8a91301 commit a91db12
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,8 @@ private void parseSimpleTag(MatroskaElement simpleTagElement) throws IOException
isrc = reader.asString(child, StandardCharsets.UTF_8);
}
}
}

reader.skip(child);
reader.skip(child);
}
}
}

0 comments on commit a91db12

Please sign in to comment.