diff --git a/ui/browsing/artistpage.go b/ui/browsing/artistpage.go index 5cd5e20..d12446a 100644 --- a/ui/browsing/artistpage.go +++ b/ui/browsing/artistpage.go @@ -67,6 +67,7 @@ func newArtistPage(artistID string, cfg *backend.ArtistPageConfig, pm *backend.P im: im, contr: contr, activeView: activeView, + trackSort: sort, }} a.ExtendBaseWidget(a) a.header = NewArtistPageHeader(a)