aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-12-07 17:03:22 +0100
committerChocobozzz <me@florianbigard.com>2020-12-07 17:03:22 +0100
commite46c70d858f9a01217b06627006f1b3419e290bb (patch)
tree664630397f8d7d55683818957efa87a1a619ddfe
parent6a882bc400d5b5960eb5a29cd72c9a5e0a69a64f (diff)
downloadPeerTube-e46c70d858f9a01217b06627006f1b3419e290bb.tar.gz
PeerTube-e46c70d858f9a01217b06627006f1b3419e290bb.tar.zst
PeerTube-e46c70d858f9a01217b06627006f1b3419e290bb.zip
Fix ;
-rw-r--r--client/src/assets/player/webtorrent/webtorrent-plugin.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/assets/player/webtorrent/webtorrent-plugin.ts b/client/src/assets/player/webtorrent/webtorrent-plugin.ts
index c36362408..4bb438e57 100644
--- a/client/src/assets/player/webtorrent/webtorrent-plugin.ts
+++ b/client/src/assets/player/webtorrent/webtorrent-plugin.ts
@@ -149,7 +149,7 @@ class WebTorrentPlugin extends Plugin {
149 } 149 }
150 150
151 // Do not display error to user because we will have multiple fallback 151 // Do not display error to user because we will have multiple fallback
152 this.disableErrorDisplay() 152 this.disableErrorDisplay();
153 153
154 // Hack to "simulate" src link in video.js >= 6 154 // Hack to "simulate" src link in video.js >= 6
155 // Without this, we can't play the video after pausing it 155 // Without this, we can't play the video after pausing it