aboutsummaryrefslogtreecommitdiff
path: root/emms-streams.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms-streams.el')
-rw-r--r--emms-streams.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emms-streams.el b/emms-streams.el
index 10c0d05..f29296f 100644
--- a/emms-streams.el
+++ b/emms-streams.el
@@ -427,7 +427,8 @@ Don't forget to save your modifications !"
(url (emms-stream-url line))
(fd (emms-stream-fd line))
(type (emms-stream-type line))
- (player (read (concat "emms-" emms-stream-default-action "-" (format "%s" type)))))
+ (player (read (concat "emms-" emms-stream-default-action "-"
+ (format "%s" type)))))
(setq emms-stream-last-stream line)
;; (funcall emms-stream-default-action url)
(funcall player url)