Fix resized image cache key

This commit is contained in:
Deluan
2023-01-17 20:58:38 -05:00
parent bedd2b2074
commit 17eab6a88d
4 changed files with 15 additions and 11 deletions
-1
View File
@@ -15,7 +15,6 @@ import (
type cacheKey struct {
artID model.ArtworkID
size int
lastUpdate time.Time
}