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