« get me outta code hell

Queue - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/index.js
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-05-30 19:16:25 -0300
committerFlorrie <towerofnix@gmail.com>2018-05-30 19:16:25 -0300
commitc67983ea0c540e52ca8bb60b8136ecade9447b79 (patch)
tree030b1cbabc031c0ec21a1c33aa1654bfbb1c669c /index.js
parent8766d0f6c9fa89c1db9d2df063ffe14603ab5742 (diff)
Queue
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index a3f3b2f..5f592df 100644
--- a/index.js
+++ b/index.js
@@ -115,7 +115,7 @@ async function main() {
 
   appElement.grouplikeListingElement.loadGrouplike(grouplike)
 
-  root.select(appElement.grouplikeListingElement)
+  root.select(appElement.form)
 
   setInterval(() => {
     root.renderTo(flushable)