diff options
author | Florrie <towerofnix@gmail.com> | 2019-10-14 17:14:42 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2019-10-14 17:14:42 -0300 |
commit | b2b424c977099d5fc9d49a9bbba6d911e2bc7901 (patch) | |
tree | 25cee37da8d343722511cc1fd8002969ad0ee177 | |
parent | 79b7d2a133a566fbc10666ea5b74b4d15d28e481 (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.
-rw-r--r-- | todo.txt | 2 | ||||
m--------- | tui-lib | 0 |
2 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! diff --git a/tui-lib b/tui-lib -Subproject faab576e85baf787c44a67640282ba146a874ef +Subproject c56242c3266d1fdf83eceed532c054fba808463 |