[MimiHentai] Remove deprecated value

master
Draken 12 months ago committed by GitHub
parent cc98931147
commit 21aaa23586
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -109,7 +109,7 @@ internal class MimiHentai(context: MangaLoaderContext) :
val basicInfo = json.getJSONObject("basicInfo")
val id = basicInfo.getLong("id")
val description = basicInfo.getStringOrNull("fdescription")
val description = basicInfo.getStringOrNull("description")
val uploaderName = json.getStringOrNull("uploaderName")
val urlChaps = "https://$domain/$apiSuffix/gallery/$id"
val parsedChapters = webClient.httpGet(urlChaps).parseJsonArray()

Loading…
Cancel
Save