Lower Width Cast Pictures

This commit is contained in:
KingLucius 2024-04-13 16:14:42 +02:00
parent ac9b2f43b5
commit b6d716879e

View file

@ -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
) )