fix
This commit is contained in:
parent
c62151bc71
commit
050ba74112
@ -40,7 +40,7 @@ class baseComic:
|
|||||||
chapter_index = 1
|
chapter_index = 1
|
||||||
for chapter in chapters:
|
for chapter in chapters:
|
||||||
Comic.setNumber(chapter_index)
|
Comic.setNumber(chapter_index)
|
||||||
Comic.setChapter(chapter)
|
Comic.setChapterName(chapter)
|
||||||
cbz_path = ComicPath.getNewCBZComicChapter("file")
|
cbz_path = ComicPath.getNewCBZComicChapter("file")
|
||||||
icon_path = ComicPath.getNewIconComicChapter("file")
|
icon_path = ComicPath.getNewIconComicChapter("file")
|
||||||
CBZUtils.replaceZip(cbz_path)
|
CBZUtils.replaceZip(cbz_path)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user