diff --git a/utils/entity/BaseComicEntity.py b/utils/entity/BaseComicEntity.py index d1a268b..ff4ffa1 100644 --- a/utils/entity/BaseComicEntity.py +++ b/utils/entity/BaseComicEntity.py @@ -37,7 +37,7 @@ class baseComic: for chapter in chapters: comicInfo.setChapterIndex(chapter_index) comicInfo.setChapterName(chapter) - cbz_path = comicInfo.getNewCBZComicChapter("file") + cbz_path = comicInfo.getNewCBZComicChapter()+".CBZ" comicInfo.getNewIconComicChapter() CBZUtils.replaceZip(cbz_path) chapter_index = chapter_index + 1