diff options
author | Florrie <towerofnix@gmail.com> | 2019-05-12 16:30:17 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2019-05-12 16:30:17 -0300 |
commit | 81b46384295091465db6350cb44356abdc026514 (patch) | |
tree | be391132a96dd6d98e531d93fe6d60f44082de14 | |
parent | 84d407ca5300b7ab4dfc62822970e2365347d8f1 (diff) |
Add "done" note to old TODO
-rw-r--r-- | todo.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index b946b07..2907a02 100644 --- a/todo.txt +++ b/todo.txt @@ -111,6 +111,11 @@ TODO: Make the queue code more sane. 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). + (Done! Sorta. There are now just "play" and "queue" buttons. These use + the options chosen ("where" and "order"). Previously, combinations of + those made up menu options, e.g. "queue at end". Now they're separate + controls and the play/queue button you pick decides whether they play + right away or not.) TODO: A "remove from queue" option for tracks and groups, which removes them and their children from the queue. |