]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix ;
authorChocobozzz <me@florianbigard.com>
Mon, 7 Dec 2020 16:03:22 +0000 (17:03 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 7 Dec 2020 16:03:22 +0000 (17:03 +0100)
client/src/assets/player/webtorrent/webtorrent-plugin.ts

index c36362408238e21a521f1af8902c7499dba5732f..4bb438e57ab841016999018d8812a7e2e7be5469 100644 (file)
@@ -149,7 +149,7 @@ class WebTorrentPlugin extends Plugin {
     }
 
     // Do not display error to user because we will have multiple fallback
-    this.disableErrorDisplay()
+    this.disableErrorDisplay();
 
     // Hack to "simulate" src link in video.js >= 6
     // Without this, we can't play the video after pausing it