mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 18:32:39 +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 {
|
||||
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
Block a user