aboutsummaryrefslogtreecommitdiff
path: root/src/page_artists.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/page_artists.go')
-rw-r--r--src/page_artists.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/page_artists.go b/src/page_artists.go
index e0c13fd..4175f3c 100644
--- a/src/page_artists.go
+++ b/src/page_artists.go
@@ -62,7 +62,7 @@ func (a *app) artistsPage() tview.Primitive {
62 return event 62 return event
63 }) 63 })
64 64
65 a.setupMusicControlKeys(grid.Box) 65 a.setupKeybindings(grid.Box)
66 66
67 grid.AddItem(a.artistsTree, 0, 1, true) 67 grid.AddItem(a.artistsTree, 0, 1, true)
68 grid.AddItem(a.songsList, 0, 1, false) 68 grid.AddItem(a.songsList, 0, 1, false)