From 899163c847a95abd74ac1ea47ad627d699e5980c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 9 Jan 2024 07:59:55 +0100 Subject: [PATCH] feat(streams): hitradio FFH --- lib/streams.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/streams.nix b/lib/streams.nix index 718c29d..15b388c 100644 --- a/lib/streams.nix +++ b/lib/streams.nix @@ -1975,6 +1975,10 @@ in station = "SWR3 Ludwigshafen"; tags = [tags.top40 tags.pop]; } + { + stream = "http://mp3.ffh.de/radioffh/hqlivestream.mp3"; + station = "Hitradio FFH"; + } ] ++ map (name: { stream = "https://${name}.stream.publicradio.org/${name}.aac";