diff --git a/ui/browsing/artistpage.go b/ui/browsing/artistpage.go index 6fb2596..6a03606 100644 --- a/ui/browsing/artistpage.go +++ b/ui/browsing/artistpage.go @@ -277,7 +277,7 @@ func (a *ArtistPageHeader) Update(artist *mediaprovider.ArtistWithAlbums) { if artist == nil { return } - a.favoriteBtn.IsFavorited = !artist.Favorite + a.favoriteBtn.IsFavorited = artist.Favorite a.favoriteBtn.Refresh() a.artistID = artist.ID a.titleDisp.Segments[0].(*widget.TextSegment).Text = artist.Name