mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
sora: fixed upcoming movies
This commit is contained in:
parent
ccb29c2511
commit
1c717ee6dd
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import org.jetbrains.kotlin.konan.properties.Properties
|
||||
|
||||
// use an integer for version numbers
|
||||
version = 133
|
||||
version = 134
|
||||
|
||||
android {
|
||||
defaultConfig {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue