move to list fork

This commit is contained in:
Drew Weymouth
2024-06-14 08:30:04 -07:00
parent 169b914abf
commit f5a4146e2b
9 changed files with 17 additions and 36 deletions
-1
View File
@@ -354,7 +354,6 @@ func NewPlaylistList(initialSort widgets.ListHeaderSort) *PlaylistList {
row := item.(*PlaylistListRow)
if row.PlaylistID != a.playlists[id].ID {
row.EnsureUnfocused()
a.list.SetItemForID(id, row)
row.ListItemID = id
row.PlaylistID = a.playlists[id].ID
row.nameLabel.Text = a.playlists[id].Name