mirror of
https://github.com/jellyfin/Swiftfin.git
synced 2024-11-27 08:10:23 +00:00
Fix Episode Photo Logic (#537)
This commit is contained in:
parent
b436a68fea
commit
ba307ae619
@ -54,7 +54,7 @@ extension BaseItemDto: Poster {
|
||||
func landscapePosterImageSources(maxWidth: CGFloat, single: Bool = false) -> [ImageSource] {
|
||||
switch type {
|
||||
case .episode:
|
||||
if single || Defaults[.Customization.Episodes.useSeriesLandscapeBackdrop] {
|
||||
if single || !Defaults[.Customization.Episodes.useSeriesLandscapeBackdrop] {
|
||||
return [imageSource(.primary, maxWidth: maxWidth)]
|
||||
} else {
|
||||
return [
|
||||
|
Loading…
Reference in New Issue
Block a user