mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 10:45:27 +00:00
Fixed hdhr url
This commit is contained in:
parent
d6f9b41b3e
commit
adf06f96bf
1 changed files with 2 additions and 2 deletions
|
|
@ -175,7 +175,7 @@ const ChannelStreams = ({ channel, isExpanded }) => {
|
|||
|
||||
const m3uUrl = `${window.location.protocol}//${window.location.host}/output/m3u`;
|
||||
const epgUrl = `${window.location.protocol}//${window.location.host}/output/epg`;
|
||||
const hdhrUrl = `${window.location.protocol}//${window.location.host}/hdhr/`;
|
||||
const hdhrUrl = `${window.location.protocol}//${window.location.host}/hdhr`;
|
||||
|
||||
const ChannelsTable = ({}) => {
|
||||
const [channel, setChannel] = useState(null);
|
||||
|
|
@ -444,7 +444,7 @@ const ChannelsTable = ({}) => {
|
|||
};
|
||||
const copyHDHRUrl = () => {
|
||||
handleCopy(
|
||||
`${window.location.protocol}//${window.location.host}/hdhr/`,
|
||||
`${window.location.protocol}//${window.location.host}/hdhr`,
|
||||
hdhrUrlRef
|
||||
);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue