more work on GroupedReleases widget

This commit is contained in:
Drew Weymouth
2025-07-06 10:40:06 -07:00
parent 4fce23fb4b
commit f6f82a73bb
3 changed files with 68 additions and 5 deletions
+1 -1
View File
@@ -362,7 +362,7 @@ func (g *GridView) doUpdateItemCard(itemIdx int, card *GridViewItem) {
card.ShowSuffix = g.ShowSuffix
card.Cover.Im.PlaceholderIcon = g.Placeholder
if !card.NeedsUpdate(item) {
if !card.NeedsUpdate(&item) {
// nothing to do
return
}