diff --git a/utils/CBZUtils.py b/utils/CBZUtils.py index 5316a44..a936355 100644 --- a/utils/CBZUtils.py +++ b/utils/CBZUtils.py @@ -157,6 +157,7 @@ class verUtils: if cbz_size < len(list_img) or os.path.getsize(cbz_path) < 3000: ntfy.sendMsg(f"删除 {cbz_path}") os.remove(cbz_path) + comicInfo.setProgress(comicInfo.PROGRESS_DONE) else: is_next = True except: