mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
People: Improve thumb size config and flag descriptions #22
This commit is contained in:
@@ -57,8 +57,8 @@ func RemoveFromFolderCache(rootName string) {
|
||||
func RemoveFromAlbumCoverCache(uid string) {
|
||||
cache := service.CoverCache()
|
||||
|
||||
for typeName := range thumb.Sizes {
|
||||
cacheKey := CacheKey(albumCover, uid, typeName)
|
||||
for thumbName := range thumb.Sizes {
|
||||
cacheKey := CacheKey(albumCover, uid, string(thumbName))
|
||||
|
||||
cache.Delete(cacheKey)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user