Fix CBZ: do not include the first page twice
authorNiki Roo <niki@nikiroo.be>
Sat, 4 Mar 2017 20:26:12 +0000 (21:26 +0100)
committerNiki Roo <niki@nikiroo.be>
Sat, 4 Mar 2017 20:26:12 +0000 (21:26 +0100)
commita9eb3f46dd83115e7a549e96e800b932162b68ad
tree886e4c8e43614d6b308c30511f3bb50643686240
parent71d72f342e245b8d3d1e65f1fcd6f0a285da2eb7
Fix CBZ: do not include the first page twice
- The first page was included twice in CBZ: once for the cover, once for
  the first page; now, the cover is tagged as 'fake' when it is the
  first page, and is not inserted into the CBZ
src/be/nikiroo/fanfix/data/MetaData.java
src/be/nikiroo/fanfix/output/Cbz.java
src/be/nikiroo/fanfix/output/InfoCover.java
src/be/nikiroo/fanfix/supported/Cbz.java
src/be/nikiroo/fanfix/supported/E621.java
src/be/nikiroo/fanfix/supported/InfoReader.java