aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Garrelou <simon.garrelou@gmail.com>2022-12-11 20:47:31 +0100
committerSimon Garrelou <simon.garrelou@gmail.com>2022-12-11 20:47:31 +0100
commit32477c15fea86eca1a879b1534e415c14648d7e9 (patch)
treeb23bd2f50a810379b0bebde2a5df0c28f1d48c2e
parente04f7917eaebd78c361e270a8a1254f7a164cb4e (diff)
downloadtermsonic-32477c15fea86eca1a879b1534e415c14648d7e9.tar.gz
termsonic-32477c15fea86eca1a879b1534e415c14648d7e9.zip
Update footer after loading album
-rw-r--r--src/page_artists.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/page_artists.go b/src/page_artists.go
index b90d785..e0c13fd 100644
--- a/src/page_artists.go
+++ b/src/page_artists.go
@@ -34,6 +34,7 @@ func (a *app) artistsPage() tview.Primitive {
34 34
35 a.loadAlbumInPanel(sel.id) 35 a.loadAlbumInPanel(sel.id)
36 a.tv.SetFocus(a.songsList) 36 a.tv.SetFocus(a.songsList)
37 a.updateFooter()
37 }) 38 })
38 a.artistsTree.SetBorderAttributes(tcell.AttrDim).SetBorder(true) 39 a.artistsTree.SetBorderAttributes(tcell.AttrDim).SetBorder(true)
39 40