fix manhwa.club's name (#5833)

* fix manhwa.club's name

* set id

* fix code
This commit is contained in:
Aria Moradi 2021-02-13 07:24:53 -08:00 committed by GitHub
parent 9da88ec093
commit 8a3473cd3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,7 @@
package eu.kanade.tachiyomi.extension.en.manwhaclub
import eu.kanade.tachiyomi.multisrc.madara.Madara
class ManwhaClub : Madara("Manhwa.club", "https://manhwa.club", "en") {
override val id = 6951399865568003192
}

View File

@ -146,7 +146,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Manhwa Raw", "https://manhwaraw.com", "ko"),
SingleLang("Manhwatop", "https://manhwatop.com", "en"),
SingleLang("Manwahentai.me", "https://manhwahentai.me", "en", className = "ManwahentaiMe", isNsfw = true),
SingleLang("Manwha Club", "https://manhwa.club", "en"),
SingleLang("Manhwa.club", "https://manhwa.club", "en", className="ManwhaClub", overrideVersionCode = 1), // wrong class name for backward compatibility
SingleLang("ManyToon", "https://manytoon.com", "en"),
SingleLang("ManyToonClub", "https://manytoon.club", "ko"),
SingleLang("ManyToon.me", "https://manytoon.me", "en", className = "ManyToonMe"),