diff --git a/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt b/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt index 8c6aa0ea..18c93c83 100644 --- a/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt +++ b/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt @@ -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