fix: hide duplicated browser audio in player page

This commit is contained in:
Luis Pereira 2025-11-19 14:32:59 +00:00 committed by Brian O'Reilly
parent a1fa5b0b51
commit 9c3d4bcec4
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
</div>
</div>
<audio id="audio-player" controls preload="none" style="width: 100%; margin: 20px 0;">
<audio id="audio-player" controls preload="none" style="width: 100%; margin: 20px 0; display: none;">
Your browser does not support the audio element.
</audio>