From 1b1d07bb0b4cbf34663f57731ac265b1ef231c1b Mon Sep 17 00:00:00 2001 From: RockinChaos Date: Thu, 26 Sep 2024 20:15:30 -0700 Subject: [PATCH] chore: magnet link toast --- common/modules/torrent.js | 1 + 1 file changed, 1 insertion(+) diff --git a/common/modules/torrent.js b/common/modules/torrent.js index bd11cf8..ac5d3a6 100644 --- a/common/modules/torrent.js +++ b/common/modules/torrent.js @@ -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...') } } })