]> git.example.dev Git - binbsis50-sm.git/commitdiff
updated: oops wrong URL
author2weiEmu <saalbach.robert@outlook.de>
Fri, 19 Jun 2026 15:12:51 +0000 (17:12 +0200)
committer2weiEmu <saalbach.robert@outlook.de>
Fri, 19 Jun 2026 15:12:51 +0000 (17:12 +0200)
public/js/index.js

index a5402cee8bc2913fe512827b63eb63d944ad0b58..740b9cedee60a27a4deeec0bd95ea910c60d8b03 100644 (file)
@@ -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)