This commit is contained in:
alex 2024-01-06 15:14:01 +07:00
parent 42ebf564ed
commit aca1625a12
1 changed files with 2 additions and 2 deletions

View File

@ -257,7 +257,7 @@ open class SoraStream : TmdbProvider() {
this.backgroundPosterUrl = bgPoster
this.year = year
this.plot = res.overview
this.tags = if (isAnime) keywords else genres
this.tags = keywords
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 = if (isAnime) keywords else genres
this.tags = keywords
this.rating = rating
this.recommendations = recommendations
this.actors = actors