Cinematic Episode Image (#1556)

This commit is contained in:
Joe Kribs 2025-06-03 18:27:01 -06:00 committed by GitHub
parent 4976c1fd70
commit 99011b5c92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ extension ItemView {
OffsetScrollView(
headerHeight: globalSize.isLandscape ? 0.75 : 0.6
) {
ImageView(viewModel.item.imageSource(.backdrop, maxWidth: 1920))
ImageView(viewModel.item.imageSource(imageType, maxWidth: 1920))
.aspectRatio(1.77, contentMode: .fill)
} overlay: {
VStack(spacing: 0) {