DvdKhl / AVDump3

Metadata Extraction Tool for Media Files
MIT License
32 stars 8 forks source link

Multiple chapter entries for the same timestamp get reduced to one #31

Closed kheldorn closed 4 years ago

kheldorn commented 4 years ago

Ver 8069

https://anidb.net/file/2099625

AVD2:

<chapters flags="None">
  <entry flags="Enabled">
    <pos start="0"/>
    <title lang="fin">BUMP OF CHICKEN: Fighter</title>
    <title lang="eng">BUMP OF CHICKEN: Fighter</title>
  </entry>
</chapters>

AVD3:

<chapters flags="None">
  <entry flags="Enabled">
    <pos start="0"/>
    <title lang="fin">BUMP OF CHICKEN: Fighter</title>
  </entry>
</chapters>
DvdKhl commented 4 years ago

Fixed in 9ebd444