branch: externals/listen
commit 4aeef331a69a0fe8cd7ba6031968e6a30d9ddcb4
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>

    Fix: (listen-queue) Go to current track
---
 listen-queue.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/listen-queue.el b/listen-queue.el
index 3f41ef59c0..8bddef6c2c 100644
--- a/listen-queue.el
+++ b/listen-queue.el
@@ -185,6 +185,7 @@ intended to be set from the `listen-menu'."
                             "!" (lambda (_) (call-interactively 
#'listen-queue-shell-command)))))
           (goto-char (point-min))
           (listen-queue--annotate-buffer)
+          (listen-queue-goto-current)
           (hl-line-mode 1))))
     (pop-to-buffer buffer)))
 

Reply via email to