From 1c717ee6dd21bf9f9f454eb06dd90659f6692d7d Mon Sep 17 00:00:00 2001 From: hexated Date: Wed, 24 May 2023 19:56:17 +0700 Subject: [PATCH] sora: fixed upcoming movies --- SoraStream/build.gradle.kts | 2 +- SoraStream/src/main/kotlin/com/hexated/SoraStream.kt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/SoraStream/build.gradle.kts b/SoraStream/build.gradle.kts index d294a904..08bea30d 100644 --- a/SoraStream/build.gradle.kts +++ b/SoraStream/build.gradle.kts @@ -1,7 +1,7 @@ import org.jetbrains.kotlin.konan.properties.Properties // use an integer for version numbers -version = 133 +version = 134 android { defaultConfig { diff --git a/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt b/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt index abf1dc2b..04ce6700 100644 --- a/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt +++ b/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt @@ -347,6 +347,7 @@ open class SoraStream : TmdbProvider() { ) { this.posterUrl = poster this.backgroundPosterUrl = bgPoster + this.comingSoon = res.status != "Released" this.year = year this.plot = res.overview this.duration = res.runtime