mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-13 17:30:22 +01:00
fix: apple top shelf currently cropping images
the backdrop url is currently being used, primary is the last resort, so changing image shape should hopefully help Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com>
This commit is contained in:
@@ -65,7 +65,7 @@ final class TopShelfProvider: TVTopShelfContentProvider {
|
||||
|
||||
let item = TVTopShelfSectionedItem(identifier: cacheItem.id)
|
||||
item.title = cacheItem.title
|
||||
item.imageShape = .poster
|
||||
item.imageShape = .hdtv
|
||||
item.displayAction = TVTopShelfAction(url: route)
|
||||
|
||||
if let playRoute = cacheItem.playRoute, let playURL = URL(string: playRoute) {
|
||||
|
||||
Reference in New Issue
Block a user