This commit is contained in:
Drew Weymouth
2023-01-06 09:55:03 -08:00
parent 805087cc3d
commit 273f089fd6
+1
View File
@@ -106,6 +106,7 @@ func (a *AlbumsPage) Reload() {
a.doSearch(a.searchText)
} else {
a.grid.Reset(a.lm.AlbumsIter(backend.AlbumSortOrder(a.sortOrder.Selected)))
a.grid.Refresh()
}
}