« get me outta code hell

Really, really clean up queue event code - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/todo.txt
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-07-30 18:59:02 -0300
committerFlorrie <towerofnix@gmail.com>2018-07-30 18:59:02 -0300
commit17a29db0392872fa71b761392f38366b60203bdc (patch)
treec1734a2566593dd210326c235fd3dec950aaed85 /todo.txt
parent07d3c36a074a544649ee8a9b5e4ca5ed44b9d9a0 (diff)
Really, really clean up queue event code
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 1993e64..680f5e9 100644
--- a/todo.txt
+++ b/todo.txt
@@ -99,3 +99,10 @@ TODO: Only show scrollbars if the form is actually scrollable. (This would make
 
 TODO: "Play" (now), in the context menu, should act like a queue-up-next, not a
       queue-at-end. (Done!)
+
+TODO: Make the queue code more sane.
+      (Done!)
+
+TODO: Figure out when the "queue" context menu options should immediately play
+      the track. Currently, they don't ever initiate playing (besides the
+      "Play now" option).