From fd2602850ac79e061805cdba41340dbb5156989d Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Mon, 27 Jan 2025 09:19:22 -0300 Subject: [PATCH] remove extra Refresh --- ui/browsing/artistpage.go | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/browsing/artistpage.go b/ui/browsing/artistpage.go index 29328aa..8b8c793 100644 --- a/ui/browsing/artistpage.go +++ b/ui/browsing/artistpage.go @@ -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) }