This commit is contained in:
alex 2024-01-06 19:11:33 +07:00
parent 99aeb29055
commit b779e596ae
3 changed files with 4 additions and 4 deletions

View file

@ -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