Merge pull request #1 from ThaUnknown/main

fix: use locally served webtorrent
This commit is contained in:
thePR0M3TH3AN
2025-01-19 19:30:02 -05:00
committed by GitHub
3 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
// js/webtorrent.js // js/webtorrent.js
import WebTorrent from 'https://esm.sh/webtorrent' import WebTorrent from './webtorrent.min.js'
export class TorrentClient { export class TorrentClient {
constructor() { constructor() {

2
src/js/webtorrent.min.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long