diff --git a/ui/browsing/artistpage.go b/ui/browsing/artistpage.go index 62c630c..2792e8e 100644 --- a/ui/browsing/artistpage.go +++ b/ui/browsing/artistpage.go @@ -342,7 +342,7 @@ func (a *ArtistPage) load() { } func (a *ArtistPage) showAlbumGrid(reSort bool) { - if a.activeView == 0 && a.albumGrid != nil { + if a.activeView == 0 && (a.albumGrid != nil || a.groupedReleases != nil) && !reSort { return // already showing album grid } a.activeView = 0