aboutsummaryrefslogtreecommitdiff
path: root/emms-info.el
diff options
context:
space:
mode:
authorforcer <forcer>2005-09-26 01:28:00 +0000
committerforcer <mwolson@gnu.org>2005-09-26 01:28:00 +0000
commitc6f371b13e0d9f50079d06f106aab704840db016 (patch)
treee6272a0a5c5bc106bb9f16cf2da73d6569543631 /emms-info.el
parent7b5a900a765d928153125ad9bb5b164f1de4f6eb (diff)
Update tracks with a specific function, and provide emms-track-updated-functions
darcs-hash:20050926012813-2189f-88b12a9350389bba0f12b3d3525b8eb14f066a37.gz
Diffstat (limited to 'emms-info.el')
-rw-r--r--emms-info.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-info.el b/emms-info.el
index f4f1888..97a1250 100644
--- a/emms-info.el
+++ b/emms-info.el
@@ -88,7 +88,7 @@ Return t when the track got changed."
(run-hook-with-args 'emms-info-functions
track)
(emms-track-set track 'info-mtime file-mtime)
- (emms-playlist-track-updated track)
+ (emms-track-updated track)
(when emms-info-asynchronously
(setq emms-info-asynchronous-tracks (1- emms-info-asynchronous-tracks))
(when (zerop emms-info-asynchronous-tracks)