« get me outta code hell

Fix songs from before insert index queuing wrongly - 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-09-06 15:49:04 -0300
committerFlorrie <towerofnix@gmail.com>2019-09-06 15:49:04 -0300
commit366b6e90f1d237a8e1e0d92224f65990157d0cd6 (patch)
tree021b43998820013cde5e21344c9640b98e62dd28 /todo.txt
parentd51c3b00e4b097dbae0707d1ef14dc41298ad0a1 (diff)
Fix songs from before insert index queuing wrongly
Now /that/ was hard to fit in the commit line length. (:
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index af17769..216a488 100644
--- a/todo.txt
+++ b/todo.txt
@@ -283,3 +283,8 @@ TODO: Remember the scroll position of each group. This should probably be done
 TODO: Apparently shift-up/down selecting doesn't keep the selected item within
       the scroll view. Fix that.
       (Done!)
+
+TODO: When you queue a song which is already before the current song / insert
+      index in the queue, it ends up being placed one index closer to the end
+      than intended. Fix this!
+      (Done!)