fix
This commit is contained in:
parent
4d44b5e001
commit
19b48dad79
@ -64,8 +64,6 @@ class baseComic:
|
||||
Comic.setChapterName(chapters[cls.count_chapter])
|
||||
Comic.setNumber(cls.count_chapter+1)
|
||||
#存在完成配置文件 但文件不存在 将清空完成配置文件
|
||||
if fu.exists(ComicPath.getNewCBZComicChapter("file")):
|
||||
ciUtils.setProgressDone()
|
||||
if ciUtils.isProgressDone() and fu.notExists(ComicPath.getNewCBZComicChapter("file")):
|
||||
ciUtils.setProgressFail()
|
||||
#不存在完成配置文件 则允许下载
|
||||
|
||||
Loading…
Reference in New Issue
Block a user