diff --git a/common/modules/webtorrent.js b/common/modules/webtorrent.js index 7ec4536..6f5f8d9 100644 --- a/common/modules/webtorrent.js +++ b/common/modules/webtorrent.js @@ -310,7 +310,7 @@ export default class TorrentClient extends WebTorrent { setTimeout(() => { if (torrent.destroyed || skipVerify) return - if (!torrent.progress || !torrent.ready) { + if (!torrent.progress && !torrent.ready) { if (torrent.numPeers === 0) this.dispatchError('No peers found for torrent, try using a different torrent.') } }, 10000).unref?.()