From bd7388fbf2dc60a21454f2e6f85b6bb59c8bf450 Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Tue, 23 May 2023 12:59:06 -0700 Subject: [PATCH] properly restore tracklist sort in artist page --- ui/browsing/artistpage.go | 1 + 1 file changed, 1 insertion(+) 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)