diff --git a/src/components/AudioPlayer.jsx b/src/components/AudioPlayer.jsx index 6e1d2f3..8b75e34 100644 --- a/src/components/AudioPlayer.jsx +++ b/src/components/AudioPlayer.jsx @@ -59,7 +59,7 @@ export function Player() { console.log(`Replaced streamPath: ${streamPath}`); } const streamUrl = - "http://stream.codey.lol:9992" + + "https://stream.codey.lol:9992" + streamPath + `?t=${Date.now()}`;