aboutsummaryrefslogtreecommitdiff
path: root/emms-info-mp3info.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms-info-mp3info.el')
-rw-r--r--emms-info-mp3info.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emms-info-mp3info.el b/emms-info-mp3info.el
index 638f593..9f5fc8e 100644
--- a/emms-info-mp3info.el
+++ b/emms-info-mp3info.el
@@ -84,8 +84,8 @@ This is a useful element for `emms-info-functions'."
'call-process)
emms-info-mp3info-program-name
nil t nil
- (emms-track-name track)
- emms-info-mp3find-arguments))
+ (append emms-info-mp3find-arguments
+ (list (emms-track-name track)))))
(goto-char (point-min))
(while (looking-at "^\\([^=\n]+\\)=\\(.*\\)$")
(let ((name (intern (match-string 1)))