summaryrefslogtreecommitdiffhomepage
path: root/emms/jao-emms-random-album.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms/jao-emms-random-album.el')
-rw-r--r--emms/jao-emms-random-album.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/emms/jao-emms-random-album.el b/emms/jao-emms-random-album.el
index 9c3246d..72e056b 100644
--- a/emms/jao-emms-random-album.el
+++ b/emms/jao-emms-random-album.el
@@ -20,6 +20,7 @@
(require 'emms)
+(require 'jao-minibuffer)
(defvar jao-emms-random-album-p t)
(defvar jao-emms-random-lines nil)
@@ -101,7 +102,8 @@
(emms-browser-add-tracks-and-play)
(when jao-emms-random-album-notify-p
(jao-notify album "Next album" jao-emms-random-album-notify-icon)))
- (emms-browser-bury-buffer)))
+ (emms-browser-bury-buffer)
+ (jao-minibuffer-refresh)))
;;;###autoload
(defun jao-emms-random-album-reset ()