aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/webtorrent/webtorrent-plugin.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/assets/player/webtorrent/webtorrent-plugin.ts')
-rw-r--r--client/src/assets/player/webtorrent/webtorrent-plugin.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/assets/player/webtorrent/webtorrent-plugin.ts b/client/src/assets/player/webtorrent/webtorrent-plugin.ts
index e557fe722..6f5fbe4c9 100644
--- a/client/src/assets/player/webtorrent/webtorrent-plugin.ts
+++ b/client/src/assets/player/webtorrent/webtorrent-plugin.ts
@@ -506,7 +506,8 @@ class WebTorrentPlugin extends Plugin {
506 uploadSpeed: this.torrent.uploadSpeed, 506 uploadSpeed: this.torrent.uploadSpeed,
507 downloaded: this.torrent.downloaded, 507 downloaded: this.torrent.downloaded,
508 uploaded: this.torrent.uploaded 508 uploaded: this.torrent.uploaded
509 } 509 },
510 bandwidthEstimate: this.webtorrent.downloadSpeed
510 } as PlayerNetworkInfo) 511 } as PlayerNetworkInfo)
511 }, this.CONSTANTS.INFO_SCHEDULER) 512 }, this.CONSTANTS.INFO_SCHEDULER)
512 } 513 }