emms-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] * emms-streams.el: fix channel name and url


From: Greg Farough
Subject: [PATCH] * emms-streams.el: fix channel name and url
Date: Wed, 14 Jun 2023 10:43:06 -0400

One of the default streams, SomaFM's Tag's Trance, changed its name
and URL a while back. Here's a very trivial fix for that.

-g

---
 emms-streams.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/emms-streams.el b/emms-streams.el
index 9ff381a..cfc4b14 100644
--- a/emms-streams.el
+++ b/emms-streams.el
@@ -69,8 +69,8 @@
             (name . "http://www.somafm.com/dronezone.pls";)
             (metadata "SomaFM: Drone Zone" 
"http://www.somafm.com/dronezone.pls"; 1 streamlist))
     (*track* (type . streamlist)
-            (name . "http://www.somafm.com/tagstrance.pls";)
-            (metadata "SomaFM: Tag's Trance" 
"http://www.somafm.com/tagstrance.pls"; 1 streamlist))
+            (name . "http://www.somafm.com/thetrip.pls";)
+            (metadata "SomaFM: The Trip" "http://www.somafm.com/thetrip.pls"; 1 
streamlist))
     (*track* (type . streamlist)
             (name . "http://www.somafm.com/indiepop.pls";)
             (metadata "SomaFM: Indie Pop Rocks" 
"http://www.somafm.com/indiepop.pls"; 1 streamlist))
-- 
2.39.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]