diff options
-rw-r--r-- | emms-tag-editor.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-tag-editor.el b/emms-tag-editor.el index 5acb2d1..0ba36df 100644 --- a/emms-tag-editor.el +++ b/emms-tag-editor.el @@ -149,7 +149,7 @@ See also `emms-tag-editor-tag-file' and `emms-tag-editor-tag-ogg'. tags) (apply 'call-process program nil (get-buffer-create emms-tag-editor-log-buffer) nil - filename args))) + (nconc args (list filename))))) (defun emms-tag-editor-get-format (track) (let ((format |