Removed fdm url

This commit is contained in:
2025-11-24 19:21:38 +01:00
parent 5cb26b7987
commit bc2c56ce13

View File

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