aboutsummaryrefslogtreecommitdiff
path: root/src/app.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.go')
-rw-r--r--src/app.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/app.go b/src/app.go
index 3a02dbe..f1995a4 100644
--- a/src/app.go
+++ b/src/app.go
@@ -20,8 +20,9 @@ type app struct {
20 cfg *Config 20 cfg *Config
21 21
22 // Artists page 22 // Artists page
23 artistsTree *tview.TreeView 23 artistsTree *tview.TreeView
24 songsList *tview.List 24 songsList *tview.List
25 currentSongs []*subsonic.Child
25 26
26 // Play queue page 27 // Play queue page
27 playQueueList *tview.List 28 playQueueList *tview.List