« get me outta code hell

Play music - 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-12-22 13:46:10 -0400
committerFlorrie <towerofnix@gmail.com>2018-12-22 13:57:16 -0400
commit50a3f912da28bc6a23864c0160295e219a990869 (patch)
tree9a00a61ae5747818b6ce543c5b9ba736f35fcd1d /downloaders.js
parent72eff553df4fd4496172cf8d26b4585ac9f34b49 (diff)
Play 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 f5df4d2..0054ca7 100644
--- a/downloaders.js
+++ b/downloaders.js
@@ -16,7 +16,7 @@ const downloaders = {
 
   getDownloaderFor: arg => {
     if (arg.startsWith('http://') || arg.startsWith('https://')) {
-      return downloaders.http
+      return downloaders.fetch
     } else {
       return null
     }