IkigaiMangas: Update domain (#4930)

update domain
This commit is contained in:
bapeey 2024-09-05 05:03:21 -05:00 committed by Draff
parent 076ee3f5de
commit 3b826e0365
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 = 15
extVersionCode = 16
isNsfw = true
}

View File

@ -33,7 +33,7 @@ import kotlin.concurrent.thread
class IkigaiMangas : HttpSource(), ConfigurableSource {
private val defaultBaseUrl: String = "https://ikigaimangas.fraviral.com"
private val defaultBaseUrl: String = "https://lectorikigai.erigu.com"
private val isCi = System.getenv("CI") == "true"
override val baseUrl get() = when {
isCi -> defaultBaseUrl