aboutsummaryrefslogtreecommitdiff
path: root/src/page_queue.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/page_queue.go')
-rw-r--r--src/page_queue.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/page_queue.go b/src/page_queue.go
index fe8910f..5912656 100644
--- a/src/page_queue.go
+++ b/src/page_queue.go
@@ -11,7 +11,7 @@ func (a *app) queuePage() tview.Primitive {
11 ShowSecondaryText(false). 11 ShowSecondaryText(false).
12 SetHighlightFullLine(true) 12 SetHighlightFullLine(true)
13 13
14 a.setupMusicControlKeys(a.playQueueList.Box) 14 a.setupKeybindings(a.playQueueList.Box)
15 15
16 a.updatePageQueue() 16 a.updatePageQueue()
17 17