HunlightScans: reverse chapter list (#4504)
This commit is contained in:
parent
e0a7051166
commit
afe2bf4e55
|
@ -3,7 +3,7 @@ ext {
|
||||||
extClass = '.HunlightScans'
|
extClass = '.HunlightScans'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://hunlight.com'
|
baseUrl = 'https://hunlight.com'
|
||||||
overrideVersionCode = 0
|
overrideVersionCode = 1
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
package eu.kanade.tachiyomi.extension.en.hunlightscans
|
package eu.kanade.tachiyomi.extension.en.hunlightscans
|
||||||
|
|
||||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
import okhttp3.Response
|
||||||
|
|
||||||
class HunlightScans : Madara(
|
class HunlightScans : Madara(
|
||||||
"Hunlight Scans",
|
"Hunlight Scans",
|
||||||
|
@ -11,4 +12,6 @@ class HunlightScans : Madara(
|
||||||
override val useNewChapterEndpoint = true
|
override val useNewChapterEndpoint = true
|
||||||
|
|
||||||
override val filterNonMangaItems = false
|
override val filterNonMangaItems = false
|
||||||
|
|
||||||
|
override fun chapterListParse(response: Response) = super.chapterListParse(response).reversed()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue