aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/assets')
-rw-r--r--client/src/assets/player/webtorrent-info-button.ts2
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 10945c665..1296aca3b 100644
--- a/client/src/assets/player/webtorrent-info-button.ts
+++ b/client/src/assets/player/webtorrent-info-button.ts
@@ -57,7 +57,7 @@ class WebtorrentInfoButton extends Button {
57 className: 'vjs-peertube-hidden' 57 className: 'vjs-peertube-hidden'
58 }) 58 })
59 const subDivHttpText = videojsUntyped.dom.createEl('span', { 59 const subDivHttpText = videojsUntyped.dom.createEl('span', {
60 className: 'peers-number', 60 className: 'http-fallback',
61 textContent: 'HTTP' 61 textContent: 'HTTP'
62 }) 62 })
63 63