Skip to content

Commit

Permalink
remove extra Refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth authored Jan 27, 2025
1 parent a591643 commit fd26028
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/browsing/artistpage.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit fd26028

Please sign in to comment.