From c61bf226d2901a70a5ea795095958c1cf706e9c7 Mon Sep 17 00:00:00 2001 From: codey Date: Wed, 30 Jul 2025 07:46:20 -0400 Subject: [PATCH] oops, https --- src/components/AudioPlayer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()}`;