« get me outta code hell

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:
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')