mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
fixed Animixplay rec
This commit is contained in:
parent
3cb4e9ecd6
commit
34bdc2b0ba
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ class Animixplay : MainAPI() {
|
||||||
.parsedSafe<RecResult>()?.recommendations?.mapNotNull { rec ->
|
.parsedSafe<RecResult>()?.recommendations?.mapNotNull { rec ->
|
||||||
newAnimeSearchResponse(
|
newAnimeSearchResponse(
|
||||||
rec.title ?: return@mapNotNull null,
|
rec.title ?: return@mapNotNull null,
|
||||||
"$mainUrl/${rec.malId}",
|
"$mainUrl/anime/${rec.malId}",
|
||||||
TvType.Anime
|
TvType.Anime
|
||||||
) {
|
) {
|
||||||
this.posterUrl = rec.imageUrl
|
this.posterUrl = rec.imageUrl
|
||||||
|
|
Loading…
Reference in a new issue