diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-25 13:56:07 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-02-25 15:01:07 +0100 |
commit | d61893f7236abbed30c25b1823e6ecad93a8e8dd (patch) | |
tree | 9cf1d47598d9a99f390c6754d289d2573788451d /client/src | |
parent | d7df188f23bb3c4773ac26e6fa8b3d82b1229e6d (diff) | |
download | PeerTube-d61893f7236abbed30c25b1823e6ecad93a8e8dd.tar.gz PeerTube-d61893f7236abbed30c25b1823e6ecad93a8e8dd.tar.zst PeerTube-d61893f7236abbed30c25b1823e6ecad93a8e8dd.zip |
Async torrent creation
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/assets/player/webtorrent/webtorrent-plugin.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/assets/player/webtorrent/webtorrent-plugin.ts b/client/src/assets/player/webtorrent/webtorrent-plugin.ts index 4bb438e57..e557fe722 100644 --- a/client/src/assets/player/webtorrent/webtorrent-plugin.ts +++ b/client/src/assets/player/webtorrent/webtorrent-plugin.ts | |||
@@ -249,6 +249,8 @@ class WebTorrentPlugin extends Plugin { | |||
249 | options: PlayOptions, | 249 | options: PlayOptions, |
250 | done: Function | 250 | done: Function |
251 | ) { | 251 | ) { |
252 | if (!magnetOrTorrentUrl) return this.fallbackToHttp(options, done) | ||
253 | |||
252 | console.log('Adding ' + magnetOrTorrentUrl + '.') | 254 | console.log('Adding ' + magnetOrTorrentUrl + '.') |
253 | 255 | ||
254 | const oldTorrent = this.torrent | 256 | const oldTorrent = this.torrent |