mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
Fix resized image cache key
This commit is contained in:
parent
bedd2b2074
commit
17eab6a88d
4 changed files with 15 additions and 11 deletions
|
@ -57,8 +57,8 @@ const (
|
|||
PlaceholderArtistArt = "artist-placeholder.webp"
|
||||
PlaceholderAlbumArt = "placeholder.png"
|
||||
PlaceholderAvatar = "logo-192x192.png"
|
||||
|
||||
DefaultUIVolume = 100
|
||||
UICoverArtSize = 300
|
||||
DefaultUIVolume = 100
|
||||
|
||||
DefaultHttpClientTimeOut = 10 * time.Second
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue