mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions.git
synced 2025-12-10 13:52:02 +01:00
K6bd chapter order fix (#19539)
* Reversed sort order so chapters match other extensions, new at top * restoring gradle files
This commit is contained in:
@@ -5,7 +5,7 @@ ext {
|
|||||||
extName = 'Kill Six Billion Demons'
|
extName = 'Kill Six Billion Demons'
|
||||||
pkgNameSuffix = 'en.killsixbilliondemons'
|
pkgNameSuffix = 'en.killsixbilliondemons'
|
||||||
extClass = '.KillSixBillionDemons'
|
extClass = '.KillSixBillionDemons'
|
||||||
extVersionCode = 4
|
extVersionCode = 5
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|||||||
@@ -128,7 +128,7 @@ class KillSixBillionDemons : HttpSource() {
|
|||||||
fetchChapterListTR(
|
fetchChapterListTR(
|
||||||
baseUrl + manga.url + pagesOrder,
|
baseUrl + manga.url + pagesOrder,
|
||||||
mutableListOf(),
|
mutableListOf(),
|
||||||
),
|
).reversed(),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user