Lint
This commit is contained in:
parent
43098aa61b
commit
e4b52c036a
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ open class RecommendsPager(
|
|||
SMangaImpl().apply {
|
||||
this.title = rec["title"].obj["romaji"].nullString
|
||||
?: rec["title"].obj["english"].nullString
|
||||
?: rec["title"].obj["native"].string
|
||||
?: rec["title"].obj["native"].string
|
||||
this.thumbnail_url = rec["coverImage"].obj["large"].string
|
||||
this.initialized = true
|
||||
this.url = rec["siteUrl"].string
|
||||
|
|
|
|||
Loading…
Reference in a new issue