Fixed Leviatanscans Spanish (#7478)

* Update LeviatanScansFactory.kt

* Update MadaraGenerator.kt
This commit is contained in:
Johannes Joens 2021-06-05 23:42:32 +12:00 committed by GitHub
parent d0b29bae80
commit b68ed2b376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -11,4 +11,4 @@ class LeviatanScansFactory : SourceFactory {
)
}
class LeviatanScansEN : Madara("Leviatan Scans", "https://leviatanscans.com", "en")
class LeviatanScansES : Madara("Leviatan Scans", "https://leviatanscans.com", "es")
class LeviatanScansES : Madara("Leviatan Scans", "https://es.leviatanscans.com", "es")

View File

@ -251,7 +251,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Zin Translator", "https://zinmanga.com", "en", overrideVersionCode = 1),
SingleLang("Sleeping Knight Scans", "https://skscans.com", "en", overrideVersionCode = 2),
MultiLang("Leviatan Scans", "https://leviatanscans.com", listOf("en", "es"),
className = "LeviatanScansFactory", overrideVersionCode = 3),
className = "LeviatanScansFactory", overrideVersionCode = 4),
SingleLang("Leviatan Scans X", "https://xxx.leviatanscans.com", "en", isNsfw = true),
SingleLang("Manga1st", "https://manga1st.com", "en", overrideVersionCode = 1),
SingleLang("Manga1st.online", "https://manga1st.online", "en", className = "MangaFirstOnline", overrideVersionCode = 1),