mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
removed the comment
This commit is contained in:
parent
40b3b5179f
commit
13c0d91bc9
1 changed files with 0 additions and 1 deletions
|
@ -108,7 +108,6 @@ open class TraktProvider : MainAPI() {
|
||||||
|
|
||||||
val mediaDetails = parseJson<MediaDetails>(res)
|
val mediaDetails = parseJson<MediaDetails>(res)
|
||||||
|
|
||||||
//Trakt ID, Trakt slug, or IMDB ID
|
|
||||||
val peopleDetails = getProfileImages(data.ids?.tmdb.toString(), data.movieBool)
|
val peopleDetails = getProfileImages(data.ids?.tmdb.toString(), data.movieBool)
|
||||||
|
|
||||||
val actors = peopleDetails.cast?.filter { it.knownForDepartment == "Acting" }?.map {
|
val actors = peopleDetails.cast?.filter { it.knownForDepartment == "Acting" }?.map {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue