mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-26 19:17:51 +02:00
Hopefully fix stackoverflow crash.
This commit is contained in:
@ -320,7 +320,7 @@ class EHentai(override val id: Long,
|
||||
.appendQueryParameter(param, value)
|
||||
.toString()
|
||||
|
||||
override val client = super.client.newBuilder()
|
||||
override val client = network.client.newBuilder()
|
||||
.addInterceptor { chain ->
|
||||
val newReq = chain
|
||||
.request()
|
||||
|
Reference in New Issue
Block a user