« get me outta code hell

focused -> selected - 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-07-04 22:51:43 -0300
committerFlorrie <towerofnix@gmail.com>2018-07-04 22:51:43 -0300
commitbef63acfad7a793f9bd72cb3985c57b60bf58b77 (patch)
tree1fe1a0625f696025dc847d48ffe5be601691cc6d /index.js
parentcff36a8b518ab04e8c516ec7002d4d541742a16c (diff)
focused -> selected
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])