Fix Collection Portrait Image (#1133)
This commit is contained in:
parent
515218ec52
commit
1b32eb0675
|
@ -56,7 +56,7 @@ extension BaseItemDto: Poster {
|
|||
switch type {
|
||||
case .episode:
|
||||
[seriesImageSource(.primary, maxWidth: maxWidth)]
|
||||
case .channel, .tvChannel, .liveTvChannel, .movie, .series:
|
||||
case .boxSet, .channel, .tvChannel, .liveTvChannel, .movie, .series:
|
||||
[imageSource(.primary, maxWidth: maxWidth)]
|
||||
default:
|
||||
[]
|
||||
|
|
Loading…
Reference in New Issue