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