diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/assets/player/shared/webtorrent/webtorrent-plugin.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/assets/player/shared/webtorrent/webtorrent-plugin.ts b/client/src/assets/player/shared/webtorrent/webtorrent-plugin.ts index ab9ab56ac..9fd5f593e 100644 --- a/client/src/assets/player/shared/webtorrent/webtorrent-plugin.ts +++ b/client/src/assets/player/shared/webtorrent/webtorrent-plugin.ts | |||
@@ -349,7 +349,7 @@ class WebTorrentPlugin extends Plugin { | |||
349 | return | 349 | return |
350 | } | 350 | } |
351 | 351 | ||
352 | logger.error(err) | 352 | logger.warn(err) |
353 | this.player.pause() | 353 | this.player.pause() |
354 | this.player.posterImage.show() | 354 | this.player.posterImage.show() |
355 | this.player.removeClass('vjs-has-autoplay') | 355 | this.player.removeClass('vjs-has-autoplay') |