diff options
Diffstat (limited to 'emms-info.el')
-rw-r--r-- | emms-info.el | 2 |
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) |