diff options
author | Chocobozzz <me@florianbigard.com> | 2018-06-28 16:58:15 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-28 16:58:15 +0200 |
commit | 1b952dd4266b0da4887701e0ce0860faded96768 (patch) | |
tree | fa49ac70a58ea5af94f39b68c7c135ca0d22c815 /client | |
parent | 6454845e2f7c44fdc6d4973c4b3daa9969ffab23 (diff) | |
download | PeerTube-1b952dd4266b0da4887701e0ce0860faded96768.tar.gz PeerTube-1b952dd4266b0da4887701e0ce0860faded96768.tar.zst PeerTube-1b952dd4266b0da4887701e0ce0860faded96768.zip |
Reset published date on publish
Diffstat (limited to 'client')
-rw-r--r-- | client/src/assets/player/webtorrent-info-button.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/assets/player/webtorrent-info-button.ts b/client/src/assets/player/webtorrent-info-button.ts index 5f3e80c79..deef253ce 100644 --- a/client/src/assets/player/webtorrent-info-button.ts +++ b/client/src/assets/player/webtorrent-info-button.ts | |||
@@ -80,7 +80,7 @@ class WebtorrentInfoButton extends Button { | |||
80 | const totalUploaded = bytes(data.uploaded) | 80 | const totalUploaded = bytes(data.uploaded) |
81 | const numPeers = data.numPeers | 81 | const numPeers = data.numPeers |
82 | 82 | ||
83 | subDivWebtorrent.title = this.player_.localize('Total Downloaded: ') + totalDownloaded.join(' ') + '\n' + | 83 | subDivWebtorrent.title = this.player_.localize('Total downloaded: ') + totalDownloaded.join(' ') + '\n' + |
84 | this.player_.localize('Total uploaded: ' + totalUploaded.join(' ')) | 84 | this.player_.localize('Total uploaded: ' + totalUploaded.join(' ')) |
85 | 85 | ||
86 | downloadSpeedNumber.textContent = downloadSpeed[ 0 ] | 86 | downloadSpeedNumber.textContent = downloadSpeed[ 0 ] |