Add back versionId to LHTranslation (#10998)
versionId=2 is for their Madara site, versionId=1 for FMReader
This commit is contained in:
parent
581f64ace0
commit
07672fefce
|
@ -3,5 +3,6 @@ package eu.kanade.tachiyomi.extension.en.lhtranslation
|
|||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
|
||||
class LHTranslation : Madara("LHTranslation", "https://lhtranslation.net", "en") {
|
||||
override val versionId = 2
|
||||
override val useNewChapterEndpoint = true
|
||||
}
|
||||
|
|
|
@ -154,7 +154,7 @@ class MadaraGenerator : ThemeSourceGenerator {
|
|||
SingleLang("KlikManga", "https://klikmanga.id", "id", overrideVersionCode = 2),
|
||||
SingleLang("Kokomanga", "https://kokomanga.com", "en"),
|
||||
SingleLang("Kun Manga", "https://kunmanga.com", "en", overrideVersionCode = 1),
|
||||
SingleLang("LHTranslation", "https://lhtranslation.net", "en"),
|
||||
SingleLang("LHTranslation", "https://lhtranslation.net", "en", overrideVersionCode = 1),
|
||||
SingleLang("Lara Manga", "https://laramanga.com", "en"),
|
||||
SingleLang("Latest Manga", "https://latestmanga.net", "en", overrideVersionCode = 1),
|
||||
SingleLang("Levelerscans", "https://levelerscans.xyz", "en", overrideVersionCode = 1),
|
||||
|
|
Loading…
Reference in New Issue