Small fix for webtoons backward compabilty (#6460)

* Update WebtoonsGenerator.kt

* Update WebtoonsFactory.kt
This commit is contained in:
Johannes Joens
2021-04-08 03:19:34 +12:00
committed by GitHub
parent e97c7bc8ab
commit 506f6555c2
2 changed files with 7 additions and 7 deletions

View File

@ -13,7 +13,7 @@ class WebtoonsGenerator : ThemeSourceGenerator {
override val baseVersionCode: Int = 1
override val sources = listOf(
MultiLang("Webtoons.com", "https://www.webtoons.com", listOf("en", "fr", "es", "id", "th", "zh"), className = "WebtoonsFactory", pkgName = "webtoons", overrideVersionCode = 26),
MultiLang("Webtoons.com", "https://www.webtoons.com", listOf("en", "fr", "es", "id", "th", "zh"), className = "WebtoonsFactory", pkgName = "webtoons", overrideVersionCode = 27),
SingleLang("Dongman Manhua", "https://www.dongmanmanhua.cn", "zh")
)