From bbf53fcf2263c6581b55f0adeef499543336e13b Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Wed, 30 Jun 2021 19:33:51 -0500
Subject: Add vantaradio

---
 init.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/init.el b/init.el
index 82231e9..164954a 100644
--- a/init.el
+++ b/init.el
@@ -930,7 +930,9 @@ if ripgrep is installed, otherwise `consult-grep'."
                       ,(concat "https://playerservices.streamtheworld.com/"
                                "api/livestream-redirect/WRKFFM.mp3"))
                      ("tilderadio" .
-                      "https://radio.tildeverse.org/radio/8000/radio.ogg")))
+                      "https://radio.tildeverse.org/radio/8000/radio.ogg")
+                     ("vantaradio" .
+                      "https://vantaa.black/radio")))
   (:global "C-c r r" eradio-play        ; mnemonic: radio
            "C-c r s" eradio-stop        ; mnemonic: stop
            "C-c r p" eradio-toggle      ; mnemonic: play/pause
-- 
cgit 1.4.1-21-gabe81