add a call to streamPlay to manage play/pause button

This commit is contained in:
Isaac Connor
2023-05-04 12:50:55 -04:00
parent 6a86fbbd32
commit 3f6efbd7ac

View File

@@ -1220,6 +1220,7 @@ function initPage() {
}
});
document.addEventListener('fullscreenchange', fullscreenChangeEvent);
streamPlay();
} // end initPage
document.getElementById('toggleZonesButton').addEventListener('click', toggleZones);