mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Lower Width Cast Pictures
This commit is contained in:
parent
ac9b2f43b5
commit
b6d716879e
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ open class TraktProvider : MainAPI() {
|
||||||
ActorData(
|
ActorData(
|
||||||
Actor(
|
Actor(
|
||||||
name = it.person?.name!!,
|
name = it.person?.name!!,
|
||||||
image = fixPath(it.person.images?.headshot?.firstOrNull())
|
image = getWidthImageUrl(it.person.images?.headshot?.firstOrNull(), "w500")
|
||||||
),
|
),
|
||||||
roleString = it.character
|
roleString = it.character
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue