Manwa: update domain (#3785)

This commit is contained in:
Vetle Ledaal 2024-06-28 13:10:12 +02:00 committed by Draff
parent cdddaead3e
commit fe13a3ac13
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 = 'Manwa'
extClass = '.Manwa'
extVersionCode = 4
extVersionCode = 5
isNsfw = true
}

View File

@ -42,7 +42,7 @@ class Manwa : ParsedHttpSource(), ConfigurableSource {
override val name: String = "漫蛙"
override val lang: String = "zh"
override val supportsLatest: Boolean = true
override val baseUrl = "https://manwa.me"
override val baseUrl = "https://manwa.fun"
private val json: Json by injectLazy()
private val preferences: SharedPreferences =
Injekt.get<Application>().getSharedPreferences("source_$id", 0x0000)