« get me outta code hell

Stub newGrouplikeListing - 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 23:22:37 -0300
committerFlorrie <towerofnix@gmail.com>2018-07-04 23:22:37 -0300
commitb4c07641144d27d9a4961b2e2cff682b28ca861d (patch)
tree3f6dd52fb9339274babec4c51be2e470fe657bc8 /index.js
parent17a20d34a2a4a45c2e076cedf684b7e741ae9a88 (diff)
Stub newGrouplikeListing
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 c0e2932..7ecccc7 100755
--- a/index.js
+++ b/index.js
@@ -67,7 +67,7 @@ async function main() {
 
   grouplike = await processSmartPlaylist(grouplike)
 
-  appElement.grouplikeListingElement.loadGrouplike(grouplike)
+  appElement.tabber.currentElement.loadGrouplike(grouplike)
 
   root.select(appElement)