aboutsummaryrefslogtreecommitdiff
path: root/emms-source-file.el
diff options
context:
space:
mode:
authorlucas <lucas>2005-09-18 12:30:00 +0000
committerlucas <mwolson@gnu.org>2005-09-18 12:30:00 +0000
commit998245fb2e6f025dc4307ff9ebb6f4a195ee17e1 (patch)
treea4597f073745ff80e5aecd8b31a34fbef8c28097 /emms-source-file.el
parent1c038156cd13b5d0ce3bac875d8782803ab903f6 (diff)
Renaming the "playlist" source to "streamlist".
Things might be broken. darcs-hash:20050918123045-4f952-54c6f999429e0e9204c4407f29dc13c5729fa023.gz
Diffstat (limited to 'emms-source-file.el')
-rw-r--r--emms-source-file.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/emms-source-file.el b/emms-source-file.el
index f4599f7..1329c71 100644
--- a/emms-source-file.el
+++ b/emms-source-file.el
@@ -269,11 +269,10 @@ files) can play."
(interactive "sPlay URL: ")
(emms-playlist-insert-track (emms-track 'url url)))
-;; FIXME-PLS
-(define-emms-source playlist (playlist)
+(define-emms-source streamlist (streamlist)
"An EMMS source for streaming playlists (usually URLs ending in .pls."
(interactive "sPlay URL: ")
- (emms-playlist-insert-track (emms-track 'playlist playlist)))
+ (emms-playlist-insert-track (emms-track 'streamlist streamlist)))
(provide 'emms-source-file)