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)