fix(server): reduce album placeholder image size by converting it to webp

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan 2024-12-19 18:42:31 -05:00
parent 906ac635c2
commit 3e47819f7a
2 changed files with 1 additions and 1 deletions

View file

@ -58,7 +58,7 @@ const (
SkipScanFile = ".ndignore"
PlaceholderArtistArt = "artist-placeholder.webp"
PlaceholderAlbumArt = "placeholder.png"
PlaceholderAlbumArt = "album-placeholder.webp"
PlaceholderAvatar = "logo-192x192.png"
UICoverArtSize = 300
DefaultUIVolume = 100