mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
PreCache artist images
This commit is contained in:
parent
cbe3adf987
commit
3f2d24695e
8 changed files with 51 additions and 20 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue