I Roved Out: Fix downloads not finishing (#1758)
* Remove unimplemented override method * Update extVersionCode
This commit is contained in:
parent
a2e3223685
commit
e2e0d9b034
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'I Roved Out'
|
||||
extClass = '.IRovedOut'
|
||||
extVersionCode = 3
|
||||
extVersionCode = 4
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -90,8 +90,6 @@ class IRovedOut : HttpSource() {
|
|||
return Observable.just(pages)
|
||||
}
|
||||
|
||||
override fun pageListRequest(chapter: SChapter): Request = throw UnsupportedOperationException()
|
||||
|
||||
override fun pageListParse(response: Response): List<Page> = throw UnsupportedOperationException()
|
||||
|
||||
override fun fetchPopularManga(page: Int): Observable<MangasPage> {
|
||||
|
|
Loading…
Reference in New Issue