Fix Collection Portrait Image (#1133)

This commit is contained in:
Ethan Pippin 2024-06-28 15:21:39 -06:00 committed by GitHub
parent 515218ec52
commit 1b32eb0675
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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