mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-10 12:47:26 +01:00
Parse correct object when finding existing MAL list item (fixes #4347)
This commit is contained in:
parent
c4716a3f4c
commit
1490112135
@ -180,7 +180,7 @@ class MyAnimeListApi(private val client: OkHttpClient, interceptor: MyAnimeListI
|
||||
.await()
|
||||
.parseAs<JsonObject>()
|
||||
.let { obj ->
|
||||
obj.jsonObject["list_status"]?.jsonObject?.let {
|
||||
obj.jsonObject["my_list_status"]?.jsonObject?.let {
|
||||
parseMangaItem(it, track)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user