summaryrefslogtreecommitdiffhomepage
path: root/emms/jao-emms-random-album.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2020-10-23 01:40:37 +0100
committerjao <jao@gnu.org>2020-10-23 01:40:37 +0100
commita6b0ff6304ee71d4148ec86ed726f5be56f70fe9 (patch)
tree6d0156f104b8671606abe4f6a51f66af7457f452 /emms/jao-emms-random-album.el
parentf7dd6221829a1efb0445da28114a1481ae3c6aa0 (diff)
downloadelibs-a6b0ff6304ee71d4148ec86ed726f5be56f70fe9.tar.gz
elibs-a6b0ff6304ee71d4148ec86ed726f5be56f70fe9.tar.bz2
jao-emms using jao-minibuffer if requested to
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 ()