From aca1625a12a10b3cec513a8f698f2fc6fdcb1c2f Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 6 Jan 2024 15:14:01 +0700 Subject: [PATCH] update --- SoraStream/src/main/kotlin/com/hexated/SoraStream.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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