mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 15:07:48 +01:00
parent
ce0090f0ca
commit
abf47deee3
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ class AnilistApi(val client: OkHttpClient, interceptor: AnilistInterceptor) {
|
|||
|
||||
return ALManga(
|
||||
struct["id"].asInt, struct["title"]["romaji"].asString, struct["coverImage"]["large"].asString,
|
||||
struct["description"].nullString.orEmpty(), struct["type"].asString, struct["status"].asString,
|
||||
struct["description"].nullString.orEmpty(), struct["type"].asString, struct["status"].nullString.orEmpty(),
|
||||
date, struct["chapters"].nullInt ?: 0
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue