refresh only cover image

This commit is contained in:
Drew Weymouth
2022-12-30 18:00:10 -08:00
parent 50c5fff4a2
commit 36169f9e5b
+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)
ac.Refresh()
ac.Cover.Refresh()
}
}
}(ctx)