mirror of
https://github.com/PR0M3TH3AN/bitvid.git
synced 2026-03-10 21:04:29 +00:00
Merge pull request #103 from PR0M3TH3AN/codex/add-streamable-badge-to-video-grid-qamd5t
Fix magnet-uri import version
This commit is contained in:
@@ -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) {
|
function normalizeInfoHash(candidate) {
|
||||||
const trimmed = typeof candidate === "string" ? candidate.trim() : "";
|
const trimmed = typeof candidate === "string" ? candidate.trim() : "";
|
||||||
|
|||||||
Reference in New Issue
Block a user