From e54cbf225364f1a366ae5331e43f51a2e7168487 Mon Sep 17 00:00:00 2001 From: Tomas Date: Mon, 24 Nov 2025 19:13:13 +0100 Subject: [PATCH] Changed fdm url --- filmix.my.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filmix.my.js b/filmix.my.js index 7558e45..055651b 100644 --- a/filmix.my.js +++ b/filmix.my.js @@ -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; } }