stop autoplay and kill an error in safari console

This commit is contained in:
Andrew Davidson 2023-10-04 22:56:32 -07:00
parent 21a781bc83
commit 31852d50fc
Signed by: amd
SSH key fingerprint: SHA256:wVzFOuz2n/yUVVBFkpZQ0AOX6guwdUUzSeKWr8aLUiU

View file

@ -80,7 +80,6 @@
document.getElementById("srcID").setAttribute("src", "https://minio.andr3w.net/chompers/media/" + todaysEpisode.filename);
document.getElementById("player").load();
document.getElementById("player").play();
</script>
</body>
</html>