Fix Episode Photo Logic (#537)

This commit is contained in:
Ethan Pippin 2022-08-25 14:55:12 -06:00 committed by GitHub
parent b436a68fea
commit ba307ae619
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 [