Download normally

This commit is contained in:
2025-11-24 18:51:51 +01:00
parent 07b489686f
commit e3aa909843

View File

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