diff options
author | Florrie <towerofnix@gmail.com> | 2018-06-12 23:34:15 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-06-12 23:34:15 -0300 |
commit | cf7824f3419fa9350a66a5d54b995c48fc25d4f6 (patch) | |
tree | 47e46f6b3e8cc35f3da11ddac6d9a8b32ab72d3f | |
parent | 89daefe2d3176f202004b8b1fc78188a6b755761 (diff) |
Add name to default playlist
-rwxr-xr-x | index.js | 1 |
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'] } |