This commit is contained in:
caiwx86 2023-04-04 06:34:20 +08:00
parent c62151bc71
commit 050ba74112

View File

@ -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)