summaryrefslogtreecommitdiffhomepage
path: root/emms/jao-emms-info-track.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms/jao-emms-info-track.el')
-rw-r--r--emms/jao-emms-info-track.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emms/jao-emms-info-track.el b/emms/jao-emms-info-track.el
index cf4163b..04f4784 100644
--- a/emms/jao-emms-info-track.el
+++ b/emms/jao-emms-info-track.el
@@ -1,6 +1,6 @@
;; jao-emms-info-track.el -- utilities to show tracks
-;; Copyright (C) 2009, 2010, 2013 Jose Antonio Ortega Ruiz
+;; Copyright (C) 2009, 2010, 2013, 2017 Jose Antonio Ortega Ruiz
;; Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
;; Start date: Sat Jul 04, 2009 13:47
@@ -103,7 +103,7 @@
(defun jao-emms-show-osd ()
(interactive)
(let ((str (jao-emms-current-track-str)))
- (when str (jao-osd-cat 'emms (substring str 2)))
+ (when str (jao-notify (substring str 2)))
t))
(defun jao-emms-show-osd-hook ()