mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-19 13:27:42 +03:00
Change Image cache key format
This commit is contained in:
parent
04eab5666a
commit
26a7adae5f
@ -291,7 +291,7 @@ type artworkKey struct {
|
||||
}
|
||||
|
||||
func (k *artworkKey) Key() string {
|
||||
return fmt.Sprintf("%s.%d.%d.%d", k.artID.ID, k.size, k.artID.LastUpdate.UnixNano(), conf.Server.CoverJpegQuality)
|
||||
return fmt.Sprintf("%s.%d.%d", k.artID, k.size, conf.Server.CoverJpegQuality)
|
||||
}
|
||||
|
||||
func GetImageCache() cache.FileCache {
|
||||
|
Loading…
x
Reference in New Issue
Block a user