« get me outta code hell

Change http-music paths to mtui - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/ui.js
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-06-06 09:12:08 -0300
committerFlorrie <towerofnix@gmail.com>2018-06-06 09:12:10 -0300
commit3616a42cfb863cbf3a0845af3af3ac70430119d3 (patch)
tree881b399fa40a4df39de08fc7a77bf20d16f81fb4 /ui.js
parent3c65d4ca6246c5723d9fc6a73371150d06c0b6c2 (diff)
Change http-music paths to mtui
I.e. cache is now in ~/.mtui instead of ~/.http-music.
Diffstat (limited to 'ui.js')
-rw-r--r--ui.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.js b/ui.js
index f91dd62..b550070 100644
--- a/ui.js
+++ b/ui.js
@@ -26,7 +26,7 @@ class AppElement extends FocusElement {
     this.recordStore = new RecordStore()
     this.queueGrouplike = {isTheQueue: true, items: []}
 
-    this.rootDirectory = process.env.HOME + '/.http-music'
+    this.rootDirectory = process.env.HOME + '/.mtui'
 
     this.form = new Form()
     this.addChild(this.form)