fix: gogomanga not loading (#11641)

This commit is contained in:
Alexander Chernov 2022-04-29 19:46:43 +01:00 committed by GitHub
parent 39ad46b805
commit 66c8056b6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class WPMangaStreamGenerator : ThemeSourceGenerator {
MultiLang("Asura Scans", "https://www.asurascans.com", listOf("en", "tr"), className = "AsuraScansFactory", pkgName = "asurascans", overrideVersionCode = 12), MultiLang("Asura Scans", "https://www.asurascans.com", listOf("en", "tr"), className = "AsuraScansFactory", pkgName = "asurascans", overrideVersionCode = 12),
SingleLang("Boosei", "https://boosei.com", "id", overrideVersionCode = 1), SingleLang("Boosei", "https://boosei.com", "id", overrideVersionCode = 1),
SingleLang("GURU Komik", "https://gurukomik.com", "id"), SingleLang("GURU Komik", "https://gurukomik.com", "id"),
SingleLang("GoGoManga", "https://gogomanga.org", "en"), SingleLang("GoGoManga", "https://gogomanga.fun", "en", overrideVersionCode = 1),
SingleLang("Imagine Scan", "https://imaginescan.com.br", "pt-BR", isNsfw = true, overrideVersionCode = 1), SingleLang("Imagine Scan", "https://imaginescan.com.br", "pt-BR", isNsfw = true, overrideVersionCode = 1),
SingleLang("Imperfect Comics", "https://imperfectcomic.com", "en", overrideVersionCode = 8), SingleLang("Imperfect Comics", "https://imperfectcomic.com", "en", overrideVersionCode = 8),
SingleLang("Infernal Void Scans", "https://infernalvoidscans.com", "en", overrideVersionCode = 3), SingleLang("Infernal Void Scans", "https://infernalvoidscans.com", "en", overrideVersionCode = 3),