This commit is contained in:
SergeantPanda 2025-03-04 08:53:42 -06:00
commit 8a20258ad5

View file

@ -104,7 +104,7 @@ const ChannelsTable = () => {
};
function handleWatchStream(channelNumber) {
showVideo(`http://192.168.1.151:5656/output/stream/${channelNumber}/`);
showVideo(`/output/stream/${channelNumber}/`);
}
// (Optional) bulk delete, but your endpoint is @TODO