Disable comikey support
This commit is contained in:
parent
846c0f18fa
commit
3d22ab93be
1 changed files with 2 additions and 2 deletions
|
|
@ -40,9 +40,9 @@ class PageHandler(
|
|||
chapter.scanlator.equals("mangaplus", true) -> mangaPlusHandler.fetchPageList(
|
||||
chapterResponse.data.attributes.externalUrl
|
||||
)
|
||||
chapter.scanlator.equals("comikey", true) -> comikeyHandler.fetchPageList(
|
||||
/*chapter.scanlator.equals("comikey", true) -> comikeyHandler.fetchPageList(
|
||||
chapterResponse.data.attributes.externalUrl
|
||||
)
|
||||
)*/
|
||||
chapter.scanlator.equals("bilibili comics", true) -> bilibiliHandler.fetchPageList(
|
||||
chapterResponse.data.attributes.externalUrl,
|
||||
chapterResponse.data.attributes.chapter.toString()
|
||||
|
|
|
|||
Loading…
Reference in a new issue