mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
parent
9b05f65f2c
commit
4af99964f0
1 changed files with 2 additions and 0 deletions
|
@ -300,6 +300,7 @@ open class SoraStream : TmdbProvider() {
|
||||||
this.showStatus = getStatus(res.status)
|
this.showStatus = getStatus(res.status)
|
||||||
this.recommendations = recommendations
|
this.recommendations = recommendations
|
||||||
this.actors = actors
|
this.actors = actors
|
||||||
|
this.contentRating = fetchContentRating(data.id, "US")
|
||||||
addTrailer(trailer)
|
addTrailer(trailer)
|
||||||
addTMDbId(data.id.toString())
|
addTMDbId(data.id.toString())
|
||||||
addImdbId(res.external_ids?.imdb_id)
|
addImdbId(res.external_ids?.imdb_id)
|
||||||
|
@ -334,6 +335,7 @@ open class SoraStream : TmdbProvider() {
|
||||||
this.rating = rating
|
this.rating = rating
|
||||||
this.recommendations = recommendations
|
this.recommendations = recommendations
|
||||||
this.actors = actors
|
this.actors = actors
|
||||||
|
this.contentRating = fetchContentRating(data.id, "US")
|
||||||
addTrailer(trailer)
|
addTrailer(trailer)
|
||||||
addTMDbId(data.id.toString())
|
addTMDbId(data.id.toString())
|
||||||
addImdbId(res.external_ids?.imdb_id)
|
addImdbId(res.external_ids?.imdb_id)
|
||||||
|
|
Loading…
Reference in a new issue