Merge pull request #103 from PR0M3TH3AN/codex/add-streamable-badge-to-video-grid-qamd5t

Fix magnet-uri import version
This commit is contained in:
thePR0M3TH3AN
2025-09-25 18:59:40 -04:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
import parseMagnet from "https://esm.sh/magnet-uri@9.1.2";
import parseMagnet from "https://esm.sh/magnet-uri@7.0.7";
function normalizeInfoHash(candidate) {
const trimmed = typeof candidate === "string" ? candidate.trim() : "";