Photos18: Fix blank chapter name (#5151)
* Fix blank chapter name * reverse observable
This commit is contained in:
parent
a2917fa1f0
commit
394cfb9b13
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'Photos18'
|
||||
extClass = '.Photos18'
|
||||
extVersionCode = 3
|
||||
extVersionCode = 4
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -88,8 +88,8 @@ class Photos18 : HttpSource(), ConfigurableSource {
|
||||
override fun fetchChapterList(manga: SManga): Observable<List<SChapter>> {
|
||||
val chapter = SChapter.create().apply {
|
||||
url = manga.url
|
||||
name = manga.title
|
||||
chapter_number = -2f
|
||||
name = "Gallery"
|
||||
chapter_number = 0f
|
||||
}
|
||||
return Observable.just(listOf(chapter))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user