mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-21 08:31:58 +00:00
chore: magnet link toast
This commit is contained in:
parent
83e4d30d25
commit
1b1d07bb0b
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ class TorrentWorker extends EventTarget {
|
||||||
if (torrentRx.exec(text)) {
|
if (torrentRx.exec(text)) {
|
||||||
media.set(null)
|
media.set(null)
|
||||||
add(text)
|
add(text)
|
||||||
|
this.dispatch('info', 'A Magnet Link has been detected and is being processed. Files will be loaded shortly...')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue