« get me outta code hell

Remove downloaders - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/src/download-playlist.js
diff options
context:
space:
mode:
authorliam4 <towerofnix@gmail.com>2017-06-26 23:16:11 -0300
committerliam4 <towerofnix@gmail.com>2017-06-26 23:16:11 -0300
commit0fcec41cd757adcd3c7f2f4c80b33141bb0a9bee (patch)
tree5ac2425d927f0624266a11433602f63f7eb9145e /src/download-playlist.js
parente56cdd69c330f2747c77b5db1595fddb6f6d1f10 (diff)
Remove downloaders
Diffstat (limited to 'src/download-playlist.js')
-rw-r--r--src/download-playlist.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/download-playlist.js b/src/download-playlist.js
index bb6b86c..c8476e4 100644
--- a/src/download-playlist.js
+++ b/src/download-playlist.js
@@ -1,3 +1,7 @@
+// TODO: This almost definitely doesn't work, ever since downloaders were
+// removed! Maybe it's possible to make mpv only download (and not play) a
+// file?
+
 'use strict'
 
 const fs = require('fs')