add a call to streamPlay to manage play/pause button
parent
6a86fbbd32
commit
3f6efbd7ac
|
@ -1220,6 +1220,7 @@ function initPage() {
|
|||
}
|
||||
});
|
||||
document.addEventListener('fullscreenchange', fullscreenChangeEvent);
|
||||
streamPlay();
|
||||
} // end initPage
|
||||
|
||||
document.getElementById('toggleZonesButton').addEventListener('click', toggleZones);
|
||||
|
|
Loading…
Reference in New Issue