Skip to content

Commit

Permalink
Update nowPlaying.js
Browse files Browse the repository at this point in the history
about to get FIRE in here
  • Loading branch information
jb3 authored Jan 25, 2024
1 parent 9bf6411 commit 72ab16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/index/nowPlaying.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 (

Expand Down

0 comments on commit 72ab16a

Please sign in to comment.