From 050ba741123831ad4cc06ecd16ea7c79aa1b5299 Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Tue, 4 Apr 2023 06:34:20 +0800 Subject: [PATCH] fix --- common/BaseComicEntity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/BaseComicEntity.py b/common/BaseComicEntity.py index 6ee6ca0..77bbf3d 100644 --- a/common/BaseComicEntity.py +++ b/common/BaseComicEntity.py @@ -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)