From: 2weiEmu Date: Fri, 19 Jun 2026 15:12:51 +0000 (+0200) Subject: updated: oops wrong URL X-Git-Url: https://git.saalbach.dev/?a=commitdiff_plain;h=57abc11284bdbabc36c795e3854734e2fcf70ecf;p=binbsis50-sm.git updated: oops wrong URL --- 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)