From 2767c660562d35f02f9b272252a697804d70dd14 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Wed, 12 Feb 2020 13:25:31 -0500 Subject: * lisp/emms-streams.el: fix type --- lisp/emms-streams.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emms-streams.el b/lisp/emms-streams.el index 54a29e2..c3b2d11 100644 --- a/lisp/emms-streams.el +++ b/lisp/emms-streams.el @@ -111,7 +111,7 @@ (metadata "WBCR-LP - Berkshire Community Radio" "http://nyc01.egihosting.com:6232/listen.pls" 1 streamlist)) (*track* (type . streamlist) (name . "http://199.244.85.125:8000/wxhq1") - (metadata "WXHX-LP - Newport Radio" "http://199.244.85.125:8000/wxhq1" 1 streamlist)))) + (metadata "WXHQ-LP - Newport Radio" "http://199.244.85.125:8000/wxhq1" 1 streamlist)))) (defcustom emms-streams-file (concat (file-name-as-directory emms-directory) "streams.emms") -- cgit v1.2.3