943acb7
1
2
3
4
5
6
7
function () { const player = document.querySelector("#player audio"); if (player) { player.play() } }