fix bug with play button not being hidden when albumcard is reused for new album

This commit is contained in:
Drew Weymouth
2023-01-18 19:21:00 -08:00
parent 348d2b0861
commit c2228c4f42
+1
View File
@@ -194,6 +194,7 @@ func (a *AlbumCard) Update(al *subsonic.AlbumID3) {
a.year.SetText(strconv.Itoa(al.Year))
a.albumID = al.ID
a.artistID = al.ArtistID
a.Cover.playbtn.Hidden = true
}
func (a *AlbumCard) AlbumID() string {