aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emms-info-mp3info.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emms-info-mp3info.el b/emms-info-mp3info.el
index 567f0fc..2452a59 100644
--- a/emms-info-mp3info.el
+++ b/emms-info-mp3info.el
@@ -110,7 +110,8 @@ This is a useful element for `emms-info-functions'."
(car
(split-string
(shell-command-to-string
- (concat "echo \"" str "\" | iconv -f " from " -t " to)))))
+ (concat "echo \"" str "\" | iconv -f " from " -t " to))
+ "\n")))
(provide 'emms-info-mp3info)
;;; emms-info-mp3info.el ends here