chore: magnet link toast

This commit is contained in:
RockinChaos 2024-09-26 20:15:30 -07:00
parent 83e4d30d25
commit 1b1d07bb0b

View file

@ -26,6 +26,7 @@ class TorrentWorker extends EventTarget {
if (torrentRx.exec(text)) {
media.set(null)
add(text)
this.dispatch('info', 'A Magnet Link has been detected and is being processed. Files will be loaded shortly...')
}
}
})