From 31852d50fcdeb3407ad0257d3f3e742d2f3e437f Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Wed, 4 Oct 2023 22:56:32 -0700 Subject: [PATCH] stop autoplay and kill an error in safari console --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index 6312c33..0ddab07 100644 --- a/index.html +++ b/index.html @@ -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();