feat(artwork): add UIThumbnailSize constant and update cache warmer to pre-cache thumbnails

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan
2026-03-18 07:59:10 -04:00
parent 31d94acfe7
commit 00b8fbd789
3 changed files with 40 additions and 9 deletions
+1
View File
@@ -71,6 +71,7 @@ const (
PlaceholderAlbumArt = "album-placeholder.webp"
PlaceholderAvatar = "logo-192x192.png"
UICoverArtSize = 300
UIThumbnailSize = 80
DefaultUIVolume = 100
DefaultUISearchDebounceMs = 200