From 72ab16adad856d9c4c739e6fbabd5ba09c3aced8 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Thu, 25 Jan 2024 13:34:14 +0000 Subject: [PATCH] Update nowPlaying.js about to get FIRE in here --- components/index/nowPlaying.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/index/nowPlaying.js b/components/index/nowPlaying.js index 4876b3f..bf84a40 100644 --- a/components/index/nowPlaying.js +++ b/components/index/nowPlaying.js @@ -100,7 +100,7 @@ const days = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", }); } - let streamURL = `https://live.urn1350.net/listen?cache=${this.state.cacheBust}`; + let streamURL = `https://urn-temp-stream01.urn1350.net/listen?cache=${this.state.cacheBust}`; return (