« get me outta code hell

fix playOrSeek messing with queue order - 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:
author(quasar) nebula <towerofnix@gmail.com>2021-07-17 20:37:08 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-07-17 20:37:08 -0300
commita55e2dda6b7cd2e413445964f44a98a8a07058a7 (patch)
treec1ae453601f93937329ef415bc052200d7f26b97 /todo.txt
parentee9ba81c076b7986e8fe752b3badbc6a8b7aec50 (diff)
fix playOrSeek messing with queue order
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index f41609b..ad1ebac 100644
--- a/todo.txt
+++ b/todo.txt
@@ -601,3 +601,4 @@ TODO: Automatically expand/collapse timestamp lists in the queue sidebar!
 TODO: Apparently, seeking to a timestamp under a previous track in the queue
       doesn't respect the current queue order (i.e. it sticks the track after
       the current track). Definitely a bug!
+      (Done - fixed!)