PreCache artist images
This commit is contained in:
@@ -143,6 +143,7 @@ func (r *refresher) refreshArtists(ctx context.Context, ids ...string) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
r.cacheWarmer.PreCache(a.CoverArtID())
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user