fix
This commit is contained in:
parent
95032c087a
commit
e5a4e0028c
@ -63,6 +63,8 @@ class baseComic:
|
|||||||
for href in chapter_href:
|
for href in chapter_href:
|
||||||
Comic.setChapterName(chapters[cls.count_chapter])
|
Comic.setChapterName(chapters[cls.count_chapter])
|
||||||
Comic.setNumber(cls.count_chapter+1)
|
Comic.setNumber(cls.count_chapter+1)
|
||||||
|
if fu.exists(ComicPath.getNewCBZComicChapter("file")):
|
||||||
|
return None
|
||||||
#存在完成配置文件 但文件不存在 将清空完成配置文件
|
#存在完成配置文件 但文件不存在 将清空完成配置文件
|
||||||
if ciUtils.isProgressDone() and fu.notExists(ComicPath.getNewCBZComicChapter("file")):
|
if ciUtils.isProgressDone() and fu.notExists(ComicPath.getNewCBZComicChapter("file")):
|
||||||
ciUtils.setProgressFail()
|
ciUtils.setProgressFail()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user