aboutsummaryrefslogtreecommitdiff
path: root/emms-playing-time.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms-playing-time.el')
-rw-r--r--emms-playing-time.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-playing-time.el b/emms-playing-time.el
index c51ff64..ec7d281 100644
--- a/emms-playing-time.el
+++ b/emms-playing-time.el
@@ -94,7 +94,7 @@ e.g., display 02:37 instead of 02:37/05:49.")
(when (< emms-playing-time 0) ; back to start point
(setq emms-playing-time 0))))
-(add-hook 'emms-player-seeked-hook 'emms-playing-time-seek)
+(add-hook 'emms-player-seeked-functions 'emms-playing-time-seek)
(defun emms-playing-time-display ()
"Display playing time on the mode line."