From 7a918319b78b30fb69767f0336ec469c6822928c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 28 Jan 2022 12:50:32 +0100 Subject: [PATCH] fix(streams): di.fm --- lib/streams.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/streams.nix b/lib/streams.nix index 0c76d71..6c8ec6a 100644 --- a/lib/streams.nix +++ b/lib/streams.nix @@ -6,7 +6,7 @@ let importJSON = path: builtins.fromJSON (builtins.readFile path); di-fm-name = name: "${name} | DI.FM"; - di-fm = name: "http://prem2.di.fm/${name}_hi?${di-fm-key}"; + di-fm = name: "http://prem3.di.fm/${name}_hi?${di-fm-key}"; soma-fm-name = name: "${name} | soma.fm"; soma-fm = name: "http://ice1.somafm.com/${name}-128-aac";