Fix URL format for feather action

This commit is contained in:
Jeen
2026-06-02 21:15:57 +02:00
committed by GitHub
parent 26843deaee
commit 8c031674f7
+1 -1
View File
@@ -1174,7 +1174,7 @@
});
document.querySelector("[data-action='feather']").addEventListener("click", () => {
window.location.href = `feather://source/${encodeURIComponent(canonicalSourceUrl)}`;
window.location.href = `feather://source?url=${encodeURIComponent(canonicalSourceUrl)}`;
});
document.querySelector("[data-action='copy']").addEventListener("click", async () => {