Changed fdm url

This commit is contained in:
2025-11-24 19:13:13 +01:00
parent ece41556b2
commit e54cbf2253

View File

@ -34,7 +34,7 @@
{
let filename = new URL(player.src).pathname.split("/").pop();
url.textContent = `Parsisiūsti 😜 (${filename}) 🏴‍☠️`;
url.href = `fdm://download?url=${player.src}`;
url.href = `fdm://download/${player.src}`;
return;
}
}