diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2020-02-12 13:25:31 -0500 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2020-02-12 13:25:31 -0500 |
commit | 2767c660562d35f02f9b272252a697804d70dd14 (patch) | |
tree | 7f9cb355eb5754c693c5cfcba8e92e1b391b91c1 | |
parent | 615c73ee970dd4ffcca2541bfa9e6e884ddddde3 (diff) |
* lisp/emms-streams.el: fix type
-rw-r--r-- | lisp/emms-streams.el | 2 |
1 files changed, 1 insertions, 1 deletions
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") |