Changed fdm url

This commit is contained in:
2025-11-24 19:14:57 +01:00
parent e54cbf2253
commit 5cb26b7987

View File

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