diff options
author | Tom Rauchenwald <its.sec@gmx.net> | 2008-09-15 20:57:29 -0700 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2008-09-15 20:57:58 -0700 |
commit | fec94b813d20d571a7cf69a9c7913c889160583d (patch) | |
tree | 255b035e681edff8344b5b612ddc2c640de5efd0 | |
parent | 736863e830b8feeae20425c73b2285da9162f662 (diff) |
emms-info-libtag: Ignore taglib warnings.
-rw-r--r-- | lisp/emms-info-libtag.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms-info-libtag.el b/lisp/emms-info-libtag.el index 96c7613..548b744 100644 --- a/lisp/emms-info-libtag.el +++ b/lisp/emms-info-libtag.el @@ -58,7 +58,7 @@ (when (zerop (let ((coding-system-for-read 'utf-8)) (call-process "emms-print-metadata" - nil t nil + nil '(t nil) nil (emms-track-name track)))) (goto-char (point-min)) ;; Crush the trailing whitespace |