Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/torrent.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/torrent.js b/lib/torrent.js
index 8b96e14..f60d459 100644
--- a/lib/torrent.js
+++ b/lib/torrent.js
@@ -97,7 +97,7 @@ class Torrent extends EventEmitter {
this.ready = false
this.destroyed = false
- this.paused = false
+ this.paused = opts.paused || false
this.done = false
this.metadata = null