fix: manta comix loading chapters in reverse orders (#11643)
This commit is contained in:
parent
66c8056b6d
commit
af6289c0c7
@ -6,7 +6,7 @@ ext {
|
|||||||
extName = 'Manta Comics'
|
extName = 'Manta Comics'
|
||||||
pkgNameSuffix = 'en.manta'
|
pkgNameSuffix = 'en.manta'
|
||||||
extClass = '.MantaComics'
|
extClass = '.MantaComics'
|
||||||
extVersionCode = 2
|
extVersionCode = 3
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
@ -84,7 +84,7 @@ class MantaComics : HttpSource() {
|
|||||||
date_upload = it.timestamp
|
date_upload = it.timestamp
|
||||||
chapter_number = it.ord.toFloat()
|
chapter_number = it.ord.toFloat()
|
||||||
}
|
}
|
||||||
}
|
}.reversed()
|
||||||
|
|
||||||
override fun fetchChapterList(manga: SManga) =
|
override fun fetchChapterList(manga: SManga) =
|
||||||
chapterListRequest(manga).fetch(::chapterListParse)
|
chapterListRequest(manga).fetch(::chapterListParse)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user