« get me outta code hell

Fix crash when clearing the queue - 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>2019-10-14 17:14:42 -0300
committerFlorrie <towerofnix@gmail.com>2019-10-14 17:14:42 -0300
commitb2b424c977099d5fc9d49a9bbba6d911e2bc7901 (patch)
tree25cee37da8d343722511cc1fd8002969ad0ee177 /todo.txt
parent79b7d2a133a566fbc10666ea5b74b4d15d28e481 (diff)
Fix crash when clearing the queue
Specifically, when the scroll view is far enough down that the currently
playing track (which does not disappear when you clear the queue) is not
visible.
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index e95a8e7..38f7cfe 100644
--- a/todo.txt
+++ b/todo.txt
@@ -421,3 +421,5 @@ TODO: Investigate menubar UX - now that it uses KeyboardSelector, it's very
       should we make its selection index reset to zero (i.e. the 'mtui' option)
       whenever it's selected (via the keyboard)?
       (Done! Decided yes.)
+
+TODO: When a telnet client disconnects, the music stops. This shouldn't happen!