From 57abc11284bdbabc36c795e3854734e2fcf70ecf Mon Sep 17 00:00:00 2001 From: 2weiEmu Date: Fri, 19 Jun 2026 17:12:51 +0200 Subject: [PATCH] updated: oops wrong URL --- public/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/index.js b/public/js/index.js index a5402ce..740b9ce 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -50,7 +50,7 @@ function NewSongFileElement(songFileName) { audioPreview.controls = true let audioSource = document.createElement("source") - audioSource.src = "binb.sis50.nl/songs/" + songFileName // TODO: hardcoded + audioSource.src = "binb.sis50.nl/static/songs/" + songFileName // TODO: hardcoded audioSource.type = "audio/m4a" audioPreview.appendChild(audioSource) -- 2.54.0