mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +03:00
fix(server): reduce album placeholder image size by converting it to webp
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
906ac635c2
commit
3e47819f7a
2 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ const (
|
||||||
SkipScanFile = ".ndignore"
|
SkipScanFile = ".ndignore"
|
||||||
|
|
||||||
PlaceholderArtistArt = "artist-placeholder.webp"
|
PlaceholderArtistArt = "artist-placeholder.webp"
|
||||||
PlaceholderAlbumArt = "placeholder.png"
|
PlaceholderAlbumArt = "album-placeholder.webp"
|
||||||
PlaceholderAvatar = "logo-192x192.png"
|
PlaceholderAvatar = "logo-192x192.png"
|
||||||
UICoverArtSize = 300
|
UICoverArtSize = 300
|
||||||
DefaultUIVolume = 100
|
DefaultUIVolume = 100
|
||||||
|
|
BIN
resources/album-placeholder.webp
Normal file
BIN
resources/album-placeholder.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
Loading…
Add table
Add a link
Reference in a new issue