diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2018-10-17 15:51:23 -0400 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2018-10-17 15:51:23 -0400 |
commit | 955b15cef78872b55625b0fc32798c569ec7615b (patch) | |
tree | d45fbfcbe61cb1817bdec6aa94c5aa89ca0423d4 /lisp | |
parent | 5742eb170490049a67f0e238f219ccb65054d1c5 (diff) |
* lisp/emms-streams.el: add Rinse FM
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/emms-streams.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/emms-streams.el b/lisp/emms-streams.el index 6dc2490..1c2d564 100644 --- a/lisp/emms-streams.el +++ b/lisp/emms-streams.el @@ -147,7 +147,9 @@ needed info.") ("WFMU, Freeform radio" "http://www.wfmu.org/wfmu.pls" 1 streamlist) ("WBCR-LP - Berkshire Community Radio" - "http://nyc01.egihosting.com:6232/listen.pls" 1 streamlist))) + "http://nyc01.egihosting.com:6232/listen.pls" 1 streamlist) + ("Rinse FM - London and Worldwide" + "http://streamer.dgen.net:8000/rinseradio" 1 streamlist))) (defvar emms-stream-mode-map (let ((map (make-keymap))) |