Pressing any DVR control button will stop cycle. (watch.js)

This commit is contained in:
IgorA100
2024-06-07 21:46:39 +03:00
committed by GitHub
parent 39e9697873
commit 05e9363251

View File

@@ -601,6 +601,8 @@ function handleClick(event) {
const oldId = stringToNumber(document.querySelector('[id ^= "liveStream"]').id);
const newId = stringToNumber(targetId);
streamReStart(oldId, newId);
} else if (event.target.closest('#dvrControls')) { //Controls DVR
cyclePause();
}
if (panZoomEnabled) {
//event.preventDefault();