PreCache artist images

This commit is contained in:
Deluan 2023-01-13 14:30:26 -05:00 committed by Deluan Quintão
parent cbe3adf987
commit 3f2d24695e
8 changed files with 51 additions and 20 deletions

View file

@ -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
}