Fix KomicGO loading (#6386)

* Fix KomicGO loading

* Update version code
This commit is contained in:
jobobby04 2021-04-01 22:19:01 -04:00 committed by GitHub
parent 5e5cdf9418
commit 5bf4040719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ import eu.kanade.tachiyomi.lib.ratelimit.RateLimitInterceptor
import java.util.concurrent.TimeUnit import java.util.concurrent.TimeUnit
import okhttp3.OkHttpClient import okhttp3.OkHttpClient
class KomikGo : WPMangaStream("Komik GO", "https://komikgo.com", "id") { class KomikGO : WPMangaStream("Komik GO", "https://komikgo.com", "id") {
// Formerly "Komik GO (WP Manga Stream)" // Formerly "Komik GO (WP Manga Stream)"
override val id = 1070674823324721554 override val id = 1070674823324721554

View File

@ -37,7 +37,7 @@ class WPMangaStreamGenerator : ThemeSourceGenerator {
SingleLang("Komik AV", "https://komikav.com", "id"), SingleLang("Komik AV", "https://komikav.com", "id"),
SingleLang("Komik Cast", "https://komikcast.com", "id", overrideVersionCode = 3), // make it from v0 to v3 to force update user who still use old standalone ext, they will need to migrate SingleLang("Komik Cast", "https://komikcast.com", "id", overrideVersionCode = 3), // make it from v0 to v3 to force update user who still use old standalone ext, they will need to migrate
SingleLang("West Manga", "https://westmanga.info", "id"), SingleLang("West Manga", "https://westmanga.info", "id"),
SingleLang("Komik GO", "https://komikgo.com", "id"), SingleLang("Komik GO", "https://komikgo.com", "id", overrideVersionCode = 1),
SingleLang("MangaSwat", "https://mangaswat.com", "ar"), SingleLang("MangaSwat", "https://mangaswat.com", "ar"),
SingleLang("Manga Raw.org", "https://mangaraw.org", "ja", className = "MangaRawOrg", overrideVersionCode = 1), SingleLang("Manga Raw.org", "https://mangaraw.org", "ja", className = "MangaRawOrg", overrideVersionCode = 1),
SingleLang("Matakomik", "https://matakomik.com", "id"), SingleLang("Matakomik", "https://matakomik.com", "id"),