mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-18 07:02:27 +00:00
fix: magnet links
This commit is contained in:
parent
0092672514
commit
342f3d610a
1 changed files with 0 additions and 1 deletions
|
|
@ -69,7 +69,6 @@ export default class TorrentClient extends WebTorrent {
|
|||
this.torrentPath = torrentPath
|
||||
this._ready = new Promise(resolve => {
|
||||
ipc.on('port', ({ ports }) => {
|
||||
if (this.message) return
|
||||
this.message = ports[0].postMessage.bind(ports[0])
|
||||
ports[0].onmessage = ({ data }) => {
|
||||
debug(`Received IPC message ${data.type}: ${data.data}`)
|
||||
|
|
|
|||
Loading…
Reference in a new issue