remove extra Refresh

This commit is contained in:
Drew Weymouth
2025-01-27 09:19:22 -03:00
committed by GitHub
parent a591643c09
commit fd2602850a
-1
View File
@@ -468,7 +468,6 @@ func (a *ArtistPageHeader) Update(artist *mediaprovider.ArtistWithAlbums, im *ba
go func() {
if cover, err := im.GetCoverThumbnail(artist.CoverArtID); err == nil {
a.artistImage.SetImage(cover, true)
a.artistImage.Refresh()
} else {
log.Printf("error fetching cover: %v", err)
}