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