mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-27 19:47: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)
|
.appendQueryParameter(param, value)
|
||||||
.toString()
|
.toString()
|
||||||
|
|
||||||
override val client = super.client.newBuilder()
|
override val client = network.client.newBuilder()
|
||||||
.addInterceptor { chain ->
|
.addInterceptor { chain ->
|
||||||
val newReq = chain
|
val newReq = chain
|
||||||
.request()
|
.request()
|
||||||
|
Reference in New Issue
Block a user