From b7b66665e9cfdf1360f21fb6d9de0950aa71a44d Mon Sep 17 00:00:00 2001 From: 2weiEmu Date: Fri, 19 Jun 2026 17:08:47 +0200 Subject: [PATCH] updated: added type --- public/js/index.js | 1 + 1 file changed, 1 insertion(+) 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) -- 2.54.0