oops, https

This commit is contained in:
2025-07-30 07:46:20 -04:00
parent e29b6f8f55
commit c61bf226d2

View File

@@ -59,7 +59,7 @@ export function Player() {
console.log(`Replaced streamPath: ${streamPath}`); console.log(`Replaced streamPath: ${streamPath}`);
} }
const streamUrl = const streamUrl =
"http://stream.codey.lol:9992" + "https://stream.codey.lol:9992" +
streamPath + streamPath +
`?t=${Date.now()}`; `?t=${Date.now()}`;