We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa247c5 commit 825b0eeCopy full SHA for 825b0ee
bin/cmd.js
@@ -302,15 +302,15 @@ async function runDownload (torrentId) {
302
announce: argv.announce
303
})
304
305
+ if ('select' in argv) {
306
+ torrent.so = argv.select.toString()
307
+ }
308
+
309
if (argv.verbose) {
310
torrent.on('warning', handleWarning)
311
}
312
313
torrent.on('infoHash', () => {
- if ('select' in argv) {
- torrent.so = argv.select.toString()
- }
-
314
if (argv.quiet) return
315
316
updateMetadata()
0 commit comments