diff --git a/public/src/js/customsongs.js b/public/src/js/customsongs.js index b0a2a0a..d985c24 100644 --- a/public/src/js/customsongs.js +++ b/public/src/js/customsongs.js @@ -107,7 +107,7 @@ class CustomSongs{ element.innerText = text element.setAttribute("alt", text) } - localFolder(){ + localFolder(event){ if(event){ if(event.type === "touchstart"){ event.preventDefault()