mirror of
https://github.com/bbara04/Purefin.git
synced 2026-03-31 17:10:08 +02:00
Fix: SeriesViewModel should use PRIMARY image type for episode image URLs
This commit is contained in:
@@ -79,7 +79,7 @@ class SeriesViewModel @Inject constructor(
|
||||
title = episode.name ?: "Unknown",
|
||||
description = episode.overview ?: "",
|
||||
duration = "58m",
|
||||
imageUrl = JellyfinImageHelper.toImageUrl(url = serverUrl, itemId = episode.id, type = ImageType.BACKDROP)
|
||||
imageUrl = JellyfinImageHelper.toImageUrl(url = serverUrl, itemId = episode.id, type = ImageType.PRIMARY)
|
||||
)
|
||||
}
|
||||
SeriesSeasonUiModel(
|
||||
|
||||
Reference in New Issue
Block a user