Fix build
This commit is contained in:
parent
59a6fd7dca
commit
1a3371352c
@ -763,6 +763,7 @@ class EHentai(
|
|||||||
}
|
}
|
||||||
|
|
||||||
override fun chapterListParse(response: Response) = throw UnsupportedOperationException("Unused method was called somehow!")
|
override fun chapterListParse(response: Response) = throw UnsupportedOperationException("Unused method was called somehow!")
|
||||||
|
override fun chapterPageParse(response: Response) = throw UnsupportedOperationException("Unused method was called somehow!")
|
||||||
|
|
||||||
override fun pageListParse(response: Response) = throw UnsupportedOperationException("Unused method was called somehow!")
|
override fun pageListParse(response: Response) = throw UnsupportedOperationException("Unused method was called somehow!")
|
||||||
|
|
||||||
|
@ -55,6 +55,7 @@ class MergedSource : HttpSource() {
|
|||||||
override fun latestUpdatesParse(response: Response) = throw UnsupportedOperationException()
|
override fun latestUpdatesParse(response: Response) = throw UnsupportedOperationException()
|
||||||
override fun mangaDetailsParse(response: Response) = throw UnsupportedOperationException()
|
override fun mangaDetailsParse(response: Response) = throw UnsupportedOperationException()
|
||||||
override fun chapterListParse(response: Response) = throw UnsupportedOperationException()
|
override fun chapterListParse(response: Response) = throw UnsupportedOperationException()
|
||||||
|
override fun chapterPageParse(response: Response) = throw UnsupportedOperationException()
|
||||||
override fun pageListParse(response: Response) = throw UnsupportedOperationException()
|
override fun pageListParse(response: Response) = throw UnsupportedOperationException()
|
||||||
override fun imageUrlParse(response: Response) = throw UnsupportedOperationException()
|
override fun imageUrlParse(response: Response) = throw UnsupportedOperationException()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user