From e46c70d858f9a01217b06627006f1b3419e290bb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 7 Dec 2020 17:03:22 +0100 Subject: [PATCH] Fix ; --- client/src/assets/player/webtorrent/webtorrent-plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { } // 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