Feat: autoplay if possible

This commit is contained in:
Dorian Zedler 2022-11-18 13:16:00 +01:00
parent 94ce4b9f9d
commit 98cc341495
Signed by: dorian
GPG Key ID: 989DE36109AFA354
1 changed files with 2 additions and 0 deletions

View File

@ -16,4 +16,6 @@ Schau in ein paar Tagen nochmal vorbei ;)
function playAudio() {
audio.play();
}
audio.play();
</script>