Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jan 6, 2024
1 parent 42ebf56 commit aca1625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SoraStream/src/main/kotlin/com/hexated/SoraStream.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit aca1625

Please sign in to comment.