Removed 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://${player.src}`;
|
||||
url.href = `${player.src}`;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user