refresh only album card on update, not whole grid

This commit is contained in:
Drew Weymouth
2022-12-30 17:55:49 -08:00
parent cd97b58c61
commit 50c5fff4a2
+1 -1
View File
@@ -98,7 +98,7 @@ func (ag *AlbumGrid) doUpdateAlbumCard(albumIdx int, ac *widgets.AlbumCard) {
default:
if err == nil {
ac.Cover.SetImage(i)
ag.Refresh()
ac.Refresh()
}
}
}(ctx)