sora: fixed upcoming movies

This commit is contained in:
hexated 2023-05-24 19:56:17 +07:00
parent ccb29c2511
commit 1c717ee6dd
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import org.jetbrains.kotlin.konan.properties.Properties
// use an integer for version numbers
version = 133
version = 134
android {
defaultConfig {

View File

@ -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