aboutsummaryrefslogtreecommitdiff
path: root/emms-player-mpd.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2006-07-02 01:21:00 +0000
committerMichael Olson <mwolson@gnu.org>2006-07-02 01:21:00 +0000
commit4a873b05b48e1b3bca23499494cff40bf6a3e74a (patch)
treeda2eee3e961a92200d3ddc3e92846f4d74deba8d /emms-player-mpd.el
parentaccfde0f1a53e921406bb352fc5c3081ef9dbe97 (diff)
Allow player to set the exact elapsed time of a track. emms-player-mpd and emms-player-mpg321-remote both need this.
darcs-hash:20060702012131-1bfb2-3e6229d68adf0d78574e0fc6cd1c1a4438c870c3.gz
Diffstat (limited to 'emms-player-mpd.el')
-rw-r--r--emms-player-mpd.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-player-mpd.el b/emms-player-mpd.el
index 0ab8b8b..650a9b1 100644
--- a/emms-player-mpd.el
+++ b/emms-player-mpd.el
@@ -675,7 +675,7 @@ MusicPD playlist."
(point))))
(emms-player-started 'emms-player-mpd)
(when time
- (run-hook-with-args 'emms-player-seeked-functions time)))))))
+ (run-hook-with-args 'emms-player-time-set-functions time)))))))
(defun emms-player-mpd-detect-song-change (&optional info)
"Detect whether a song change has occurred.