Changed fdm url
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user