« get me outta code hell

Remove a finished todo - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2017-09-03 13:42:16 -0300
committerFlorrie <towerofnix@gmail.com>2017-09-03 13:42:16 -0300
commit1f8b3e84d64e13cb83ead166a0df9938e876a4f8 (patch)
tree77f96840f74f2dede85f7b96ef7118b42181180f
parent1aff6f3d5269500811cae7500493060b62b3c8f2 (diff)
Remove a finished todo
-rwxr-xr-xsrc/play.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/play.js b/src/play.js
index bf39565..ff0c0d4 100755
--- a/src/play.js
+++ b/src/play.js
@@ -438,8 +438,7 @@ async function main(args) {
       }
     }
 
-    // TODO: Load these from a file
-    // TODO: Verify that each command exists
+    // TODO: Let the user load custom keybindings from a file.
     const keybindingHandler = compileKeybindings({
       bindings: [
         [['space'], 'togglePause'],