Update css/player-base.js

This commit is contained in:
ashley 2025-10-05 17:19:17 +02:00
parent 1b530f6293
commit 76b0b0822c

View File

@ -25,6 +25,7 @@ document.addEventListener("DOMContentLoaded", () => {
// raw media elements
const videoEl = document.getElementById('video');
const audio = document.getElementById('aud');
const audioEl = document.getElementById('aud');
// resolve initial sources robustly (works whether <audio src> or <source> children are used)
const pickAudioSrc = () => {