fix(images): decode cast cards at the square grid-cell budget

close #1591
This commit is contained in:
edde746
2026-07-17 09:04:01 +02:00
parent 6df8aba097
commit 5b90c4bca0
5 changed files with 39 additions and 5 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ enum ImageType {
thumb, // 16:9 episode thumbnails
logo, // Variable ratio clear logos
heroLogo, // Large hero clear logos
avatar, // Square-ish user avatars
square, // 1:1 music artwork (albums, artists, tracks)
avatar, // Small square-ish avatars (user profiles, inline person headers)
square, // 1:1 grid-cell artwork (albums, artists, tracks, cast cards)
}
/// Backend-neutral image URL helper.