IkigaiMangas: Update default domain (#6741)

update default domain
This commit is contained in:
bapeey 2024-12-22 00:23:44 -05:00 committed by Draff
parent 9688652e27
commit 6a476ee786
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 { ext {
extName = 'Ikigai Mangas' extName = 'Ikigai Mangas'
extClass = '.IkigaiMangas' extClass = '.IkigaiMangas'
extVersionCode = 19 extVersionCode = 20
isNsfw = true isNsfw = true
} }

View File

@ -40,7 +40,7 @@ class IkigaiMangas : HttpSource(), ConfigurableSource {
else -> preferences.getPrefBaseUrl() else -> preferences.getPrefBaseUrl()
} }
private val defaultBaseUrl: String = "https://lectorikigai.acamu.net" private val defaultBaseUrl: String = "https://lectorikigai.bakeni.net"
private val fetchedDomainUrl: String by lazy { private val fetchedDomainUrl: String by lazy {
if (!preferences.fetchDomainPref()) preferences.getPrefBaseUrl() if (!preferences.fetchDomainPref()) preferences.getPrefBaseUrl()