« get me outta code hell

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:
Diffstat (limited to 'index.js')
-rwxr-xr-xindex.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index 694a384..c0e2932 100755
--- a/index.js
+++ b/index.js
@@ -69,7 +69,7 @@ async function main() {
 
   appElement.grouplikeListingElement.loadGrouplike(grouplike)
 
-  root.select(appElement.form)
+  root.select(appElement)
 
   if (process.argv[2]) {
     appElement.handlePlaylistSource(process.argv[2])