aboutsummaryrefslogtreecommitdiff
path: root/emms-stream-info.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms-stream-info.el')
-rw-r--r--emms-stream-info.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-stream-info.el b/emms-stream-info.el
index 09253ff..46fafc0 100644
--- a/emms-stream-info.el
+++ b/emms-stream-info.el
@@ -693,7 +693,7 @@ Optional argument CONT boolean."
(defun emms-stream-info-input-sanity (&optional urlstring)
(let ((type (emms-track-type (emms-playlist-selected-track))))
(cond ((null urlstring)
- (if (or (equal type 'playlist)
+ (if (or (equal type 'playlist) ;; FIXME-PLS
(equal type 'url))
(emms-track-name (emms-playlist-selected-track))))
((not (stringp urlstring))