aboutsummaryrefslogtreecommitdiff
path: root/emms-stream-info.el
diff options
context:
space:
mode:
authorlucas <lucas>2005-09-18 00:21:00 +0000
committerlucas <mwolson@gnu.org>2005-09-18 00:21:00 +0000
commit5ea605bdb7972862bbd9df1e7679d64a854eafa0 (patch)
treedb8db18074c78aab333598f9a7edbc22158d9e57 /emms-stream-info.el
parentf0805a50fc393a89ae73c013ebb532c342c5fc28 (diff)
Adding a bunch of FIXME tags for the playlist source
When we come to a consensus on the naming, we'll just fix it. Yrk should have a word about it, stream-playlist sounds good. darcs-hash:20050918002119-4f952-24dbcb9f6fd5e897f7f4879160480f4d6c316740.gz
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))