Explicitly request (transparent) png logos (#1507)

This commit is contained in:
Sam 2025-04-22 12:51:19 -07:00 committed by GitHub
parent da40f17c7d
commit 7a9bcc4d2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -101,7 +101,8 @@ extension BaseItemDto {
let parameters = Paths.GetItemImageParameters( let parameters = Paths.GetItemImageParameters(
maxWidth: scaleWidth, maxWidth: scaleWidth,
maxHeight: scaleHeight, maxHeight: scaleHeight,
tag: tag tag: tag,
format: type == .logo ? .png : nil
) )
let request = Paths.getItemImage( let request = Paths.getItemImage(