mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
update
This commit is contained in:
parent
99aeb29055
commit
b779e596ae
3 changed files with 4 additions and 4 deletions
|
@ -257,7 +257,7 @@ open class SoraStream : TmdbProvider() {
|
|||
this.backgroundPosterUrl = bgPoster
|
||||
this.year = year
|
||||
this.plot = res.overview
|
||||
this.tags = keywords
|
||||
this.tags = keywords ?: genres
|
||||
this.rating = rating
|
||||
this.showStatus = getStatus(res.status)
|
||||
this.recommendations = recommendations
|
||||
|
@ -281,7 +281,7 @@ open class SoraStream : TmdbProvider() {
|
|||
this.year = year
|
||||
this.plot = res.overview
|
||||
this.duration = res.runtime
|
||||
this.tags = keywords
|
||||
this.tags = keywords ?: genres
|
||||
this.rating = rating
|
||||
this.recommendations = recommendations
|
||||
this.actors = actors
|
||||
|
|
|
@ -89,7 +89,7 @@ class TimefourTv : MainAPI() {
|
|||
items.mapNotNull {
|
||||
Episode(
|
||||
data = it.channels?.toJson() ?: return@mapNotNull null,
|
||||
name = "${it.event} - Live",
|
||||
name = "${it.event} •",
|
||||
description = it.time,
|
||||
posterUrl = detailPoster,
|
||||
)
|
||||
|
|
|
@ -23,5 +23,5 @@ cloudstream {
|
|||
"OVA",
|
||||
)
|
||||
|
||||
iconUrl = "https://www.google.com/s2/favicons?domain=yugenanime.sx&sz=%size%"
|
||||
iconUrl = "https://yugenanime.sx/static/img/favicon-32x32.png"
|
||||
}
|
Loading…
Reference in a new issue