« get me outta code hell

Add name to default playlist - 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-06-12 23:34:15 -0300
committerFlorrie <towerofnix@gmail.com>2018-06-12 23:34:15 -0300
commitcf7824f3419fa9350a66a5d54b995c48fc25d4f6 (patch)
tree47e46f6b3e8cc35f3da11ddac6d9a8b32ab72d3f /index.js
parent89daefe2d3176f202004b8b1fc78188a6b755761 (diff)
Add name to default playlist
Diffstat (limited to 'index.js')
-rwxr-xr-xindex.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index 3cbd81c..97da517 100755
--- a/index.js
+++ b/index.js
@@ -58,6 +58,7 @@ async function main() {
   })
 
   let grouplike = {
+    name: 'My ~/Music Library',
     source: ['crawl-local', process.env.HOME + '/Music']
   }