Ikigai Mangas: Update baseUrl (#10601)

* Ikigai Mangas: Bump versionCode

* Ikigai Mangas: Update baseUrl
This commit is contained in:
Smol Ame 2025-09-18 22:53:00 -08:00 committed by Draff
parent 23543e9fb8
commit 95e79f8690
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

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

View File

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