From: 2weiEmu Date: Fri, 19 Jun 2026 15:08:47 +0000 (+0200) Subject: updated: added type X-Git-Url: https://git.saalbach.dev/?a=commitdiff_plain;h=b7b66665e9cfdf1360f21fb6d9de0950aa71a44d;p=binbsis50-sm.git updated: added type --- diff --git a/public/js/index.js b/public/js/index.js index f0c52c5..a5402ce 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -51,6 +51,7 @@ function NewSongFileElement(songFileName) { let audioSource = document.createElement("source") audioSource.src = "binb.sis50.nl/songs/" + songFileName // TODO: hardcoded + audioSource.type = "audio/m4a" audioPreview.appendChild(audioSource)