From bd3174ee341ebdf58f80dd03f76a49ea76dda005 Mon Sep 17 00:00:00 2001 From: hexated Date: Fri, 9 Dec 2022 21:21:35 +0700 Subject: [PATCH] fixed bgposter Loklok --- Loklok/src/main/kotlin/com/hexated/Loklok.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Loklok/src/main/kotlin/com/hexated/Loklok.kt b/Loklok/src/main/kotlin/com/hexated/Loklok.kt index acb37a24..3588d155 100644 --- a/Loklok/src/main/kotlin/com/hexated/Loklok.kt +++ b/Loklok/src/main/kotlin/com/hexated/Loklok.kt @@ -160,6 +160,7 @@ class Loklok : MainAPI() { episodes ) { this.posterUrl = res.coverVerticalUrl + this.backgroundPosterUrl = res.coverHorizontalUrl this.year = res.year this.plot = res.introduction this.tags = res.tagNameList @@ -296,6 +297,7 @@ class Loklok : MainAPI() { @JsonProperty("year") val year: Int? = null, @JsonProperty("category") val category: String? = null, @JsonProperty("coverVerticalUrl") val coverVerticalUrl: String? = null, + @JsonProperty("coverHorizontalUrl") val coverHorizontalUrl: String? = null, @JsonProperty("score") val score: String? = null, @JsonProperty("episodeVo") val episodeVo: ArrayList? = arrayListOf(), @JsonProperty("likeList") val likeList: ArrayList? = arrayListOf(),