mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions.git
synced 2026-01-26 12:24:04 +01:00
Komik Cast: remove extra string in title (#18326)
* Komik Cast: remove extra string in title - remove extra string in title * fix lint * fix lint 2
This commit is contained in:
@@ -205,7 +205,7 @@ abstract class MangaThemesia(
|
||||
}
|
||||
}
|
||||
|
||||
private fun String?.removeEmptyPlaceholder(): String? {
|
||||
protected fun String?.removeEmptyPlaceholder(): String? {
|
||||
return if (this.isNullOrBlank() || this == "-" || this == "N/A") null else this
|
||||
}
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
|
||||
SingleLang("Komiksan", "https://komiksan.link", "id", overrideVersionCode = 2),
|
||||
SingleLang("Kiryuu", "https://kiryuu.id", "id", overrideVersionCode = 6),
|
||||
SingleLang("Komik AV", "https://komikav.com", "id", overrideVersionCode = 1),
|
||||
SingleLang("Komik Cast", "https://komikcast.vip", "id", overrideVersionCode = 21),
|
||||
SingleLang("Komik Cast", "https://komikcast.vip", "id", overrideVersionCode = 22),
|
||||
SingleLang("KomikDewasa", "https://komikdewasa.org", "id", isNsfw = true),
|
||||
SingleLang("Komik Station", "https://komikstation.co", "id", overrideVersionCode = 4),
|
||||
SingleLang("KomikIndo.co", "https://komikindo.co", "id", className = "KomikindoCo", overrideVersionCode = 3),
|
||||
@@ -123,7 +123,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
|
||||
SingleLang("Silence Scan", "https://silencescan.com.br", "pt-BR", isNsfw = true, overrideVersionCode = 5),
|
||||
SingleLang("SkyMangas", "https://skymangas.com", "es"),
|
||||
SingleLang("Snudae Scans", "https://snudaescans.com", "en", isNsfw = true, className = "BatotoScans", overrideVersionCode = 1),
|
||||
SingleLang("Soul Scans", "https://soulscans.my.id", "id"),
|
||||
SingleLang("Soul Scans", "https://soulscans.my.id", "id", overrideVersionCode = 1),
|
||||
SingleLang("SSSScanlator", "https://sssscanlator.com", "pt-BR"),
|
||||
SingleLang("SSS Hentais", "https://hentais.sssscanlator.com", "pt-BR", isNsfw = true, className = "SssHentais"),
|
||||
SingleLang("Starlight Scan", "https://starligthscan.com", "pt-BR", isNsfw = true),
|
||||
|
||||
Reference in New Issue
Block a user