aboutsummaryrefslogtreecommitdiff
path: root/emms-info-mp3info.el
diff options
context:
space:
mode:
authorYe Wenbin <wenbinye@gmail.com>2007-04-08 11:35:00 +0000
committerYe Wenbin <wenbinye@gmail.com>2007-04-08 11:35:00 +0000
commit2bb38ee60a4f6de5ca6ac74a007bd27ec59f8c07 (patch)
tree9c328e182b4fc199fa305b71f1b18bf9ad1fa221 /emms-info-mp3info.el
parent21804acc049e7b0c826dbe6394f9df781a7f11e6 (diff)
fix mp3info arguments order
darcs-hash:20070408113504-94065-85ec95b40f5655477105d1e2e73bcf46f198f7e5.gz
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)))