mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-20 16:51:10 +00:00
fixed video URL
This commit is contained in:
parent
78253a42e2
commit
a73a209f3c
1 changed files with 1 additions and 1 deletions
|
|
@ -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}`;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue