This commit is contained in:
cwx
2023-01-16 02:58:22 +08:00
parent 1b538bacea
commit 6dd86c5ee2
+2 -2
View File
@@ -301,11 +301,11 @@ class comicInfo():
return None
@classmethod
def getNewCBZComicChapter(cls,type):
def getNewCBZComicChapter(cls,type="dir"):
return cls.getNewToComicChapter(".CBZ", type)
@classmethod
def getNewIconComicChapter(cls,type):
def getNewIconComicChapter(cls,type="dir"):
return cls.getNewToComicChapter(".jpg", type)
@classmethod