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