From 872d14786eb51fce2f61a47df5d3993cc9df6ee8 Mon Sep 17 00:00:00 2001 From: lance chant <13349722+lancechant@users.noreply.github.com> Date: Wed, 17 Jun 2026 11:59:21 +0200 Subject: [PATCH] fix: apple top shelf currently cropping images (#1726) Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com> Co-authored-by: Gauvain --- targets/StreamyfinTopShelf/TopShelfProvider.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/StreamyfinTopShelf/TopShelfProvider.swift b/targets/StreamyfinTopShelf/TopShelfProvider.swift index ee73685d..c86e7192 100644 --- a/targets/StreamyfinTopShelf/TopShelfProvider.swift +++ b/targets/StreamyfinTopShelf/TopShelfProvider.swift @@ -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) {