« get me outta code hell

http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/todo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 29bdda0..032df54 100644
--- a/todo.txt
+++ b/todo.txt
@@ -80,3 +80,7 @@ TODO: Recursive local file playlist crawler.
 TODO: *Requiring* a literal `playlist.json` file doesn't seem quite right,
       especially since there's the `--open` option.
       (Done!)
+
+TODO: Make local downlaoder sort more natural - that is, 10 comes immediately
+      after 9, not 1. (1, 5, 9, 10, 12; not 1, 10, 12, 5, 9.)
+      (Done!)