From 4e11d8f3ca65bb1ffd0f42fa1521eabc5f3d7713 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 27 Apr 2021 15:50:29 +0200 Subject: Cleanup stats for nerds --- client/src/assets/player/webtorrent/webtorrent-plugin.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/src/assets/player/webtorrent') 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 { uploadSpeed: this.torrent.uploadSpeed, downloaded: this.torrent.downloaded, uploaded: this.torrent.uploaded - } + }, + bandwidthEstimate: this.webtorrent.downloadSpeed } as PlayerNetworkInfo) }, this.CONSTANTS.INFO_SCHEDULER) } -- cgit v1.2.3