« 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/downloaders.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 /downloaders.js
parent3c65d4ca6246c5723d9fc6a73371150d06c0b6c2 (diff)
Change http-music paths to mtui
I.e. cache is now in ~/.mtui instead of ~/.http-music.
Diffstat (limited to 'downloaders.js')
-rw-r--r--downloaders.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/downloaders.js b/downloaders.js
index 55bdbcb..1e2a9e9 100644
--- a/downloaders.js
+++ b/downloaders.js
@@ -84,7 +84,7 @@ const downloaders = {
   extension: 'mp3', // Generally target file extension, used by youtube-dl
 
   // TODO: Cross-platform stuff
-  rootCacheDir: process.env.HOME + '/.http-music/downloads',
+  rootCacheDir: process.env.HOME + '/.mtui/downloads',
 
   http: cachify('http', arg => {
     const out = (