Fixed Leviatanscans Spanish (#7478)
* Update LeviatanScansFactory.kt * Update MadaraGenerator.kt
This commit is contained in:
parent
d0b29bae80
commit
b68ed2b376
@ -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")
|
||||
|
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user