mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-23 02:42:35 +01:00
I Roved Out: Fix downloads not finishing (#1758)
* Remove unimplemented override method * Update extVersionCode
This commit is contained in:
parent
0c9528b28c
commit
0a7d752ff1
@ -1,7 +1,7 @@
|
|||||||
ext {
|
ext {
|
||||||
extName = 'I Roved Out'
|
extName = 'I Roved Out'
|
||||||
extClass = '.IRovedOut'
|
extClass = '.IRovedOut'
|
||||||
extVersionCode = 3
|
extVersionCode = 4
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -90,8 +90,6 @@ class IRovedOut : HttpSource() {
|
|||||||
return Observable.just(pages)
|
return Observable.just(pages)
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun pageListRequest(chapter: SChapter): Request = throw UnsupportedOperationException()
|
|
||||||
|
|
||||||
override fun pageListParse(response: Response): List<Page> = throw UnsupportedOperationException()
|
override fun pageListParse(response: Response): List<Page> = throw UnsupportedOperationException()
|
||||||
|
|
||||||
override fun fetchPopularManga(page: Int): Observable<MangasPage> {
|
override fun fetchPopularManga(page: Int): Observable<MangasPage> {
|
||||||
|
Loading…
Reference in New Issue
Block a user