From 3616a42cfb863cbf3a0845af3af3ac70430119d3 Mon Sep 17 00:00:00 2001 From: Florrie Date: Wed, 6 Jun 2018 09:12:08 -0300 Subject: Change http-music paths to mtui I.e. cache is now in ~/.mtui instead of ~/.http-music. --- downloaders.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'downloaders.js') 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 = ( -- cgit 1.3.0-6-gf8a5