diff options
author | Florrie <towerofnix@gmail.com> | 2019-01-09 20:37:51 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2019-01-09 20:37:51 -0400 |
commit | 9fcba1b3de3cae633ef3a779e4536e45fdc554da (patch) | |
tree | d74260e182921eb0b8fd66042aca8b60fb20ab44 | |
parent | 328b6f388f075527f324bb28a4fd067522389009 (diff) |
Make note of todos
-rw-r--r-- | todo.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index 530af15..a7e02f5 100644 --- a/todo.txt +++ b/todo.txt @@ -157,3 +157,10 @@ TODO: The "distribute" options shouldn't show up when you've only got a track you open up the menu on a track. Is there a way to not mutate the index of the whereControl in that case (until the user changes the option)? Like the DS home screen. + +TODO: If you remove tracks from the queue that are above the currently selected + track of the queue, the selection index won't change -- so the actual + selected track will become something different. No good! + +TODO: Arbitrary queue! I.e, you specify the downloadURL, then it queues that + item. |