forked from recloudstream/cloudstream
fixed thumbnails for ThenosProvider.kt
This commit is contained in:
parent
3777728dfd
commit
3cf97cfa76
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ class ThenosProvider : MainAPI() {
|
||||||
it.parentIndex,
|
it.parentIndex,
|
||||||
it.index,
|
it.index,
|
||||||
it.ratingKey ?: return@mappedSeason,
|
it.ratingKey ?: return@mappedSeason,
|
||||||
it.parentThumb?.let { "$apiUrl$it" },
|
it.thumb?.let { "$apiUrl$it" },
|
||||||
it.originallyAvailableAt,
|
it.originallyAvailableAt,
|
||||||
(it.audienceRating?.times(10))?.toInt(),
|
(it.audienceRating?.times(10))?.toInt(),
|
||||||
it.summary
|
it.summary
|
||||||
|
|
Loading…
Reference in a new issue