Make sure album is updated if external cover changes

This commit is contained in:
Deluan
2022-12-23 10:51:21 -05:00
committed by Deluan Quintão
parent f5719a7571
commit 9ec349dce0
4 changed files with 28 additions and 11 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ func (fc *fileCache) Get(ctx context.Context, arg Item) (*CachedStream, error) {
log.Warn(ctx, "Error removing key from cache", "cache", fc.name, "key", key, err)
}
} else {
log.Trace(ctx, "File stored in cache", "cache", fc.name, "key", key)
log.Trace(ctx, "File successfully stored in cache", "cache", fc.name, "key", key)
}
}()
}