Ikigai Mangas: Change domain (#7657)

change domain
This commit is contained in:
dngonz 2025-02-15 15:49:27 +01:00 committed by Draff
parent dd47360020
commit ebd8d72ada
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'Ikigai Mangas'
extClass = '.IkigaiMangas'
extVersionCode = 22
extVersionCode = 23
isNsfw = true
}

View File

@ -40,7 +40,7 @@ class IkigaiMangas : HttpSource(), ConfigurableSource {
else -> preferences.prefBaseUrl
}
private val defaultBaseUrl: String = "https://visorikigai.tvsin.com"
private val defaultBaseUrl: String = "https://ikigaitoon.bookir.net"
private val fetchedDomainUrl: String by lazy {
if (!preferences.fetchDomainPref()) return@lazy preferences.prefBaseUrl