diff options
Diffstat (limited to 'emms-info.el')
-rw-r--r-- | emms-info.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emms-info.el b/emms-info.el index 0edeb85..a1cdaa0 100644 --- a/emms-info.el +++ b/emms-info.el @@ -90,7 +90,6 @@ Return t when the track got changed." (run-hook-with-args 'emms-info-functions track) ;; not set by info functions (emms-track-set track 'info-mtime file-mtime) - (funcall emms-cache-set-function name track) (emms-track-updated track)) (when emms-info-asynchronously |