fixed video URL

This commit is contained in:
dekzter 2025-03-19 07:17:07 -04:00
parent 78253a42e2
commit a73a209f3c

View file

@ -167,7 +167,7 @@ export default function TVChannelGuide({ startDate, endDate }) {
return;
}
// Build a playable stream URL for that channel
let vidUrl = `/proxy/ts/stream/${matched.uui}`;
let vidUrl = `/proxy/ts/stream/${matched.uuid}`;
if (env_mode == 'dev') {
vidUrl = `${window.location.protocol}//${window.location.hostname}:5656${vidUrl}`;
}