diff options
author | Florrie <towerofnix@gmail.com> | 2018-12-22 13:46:10 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-12-22 13:57:16 -0400 |
commit | 50a3f912da28bc6a23864c0160295e219a990869 (patch) | |
tree | 9a00a61ae5747818b6ce543c5b9ba736f35fcd1d /downloaders.js | |
parent | 72eff553df4fd4496172cf8d26b4585ac9f34b49 (diff) |
Play music
Diffstat (limited to 'downloaders.js')
-rw-r--r-- | downloaders.js | 2 |
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 } |