aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/shared
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-08-03 15:25:24 +0200
committerChocobozzz <me@florianbigard.com>2022-08-03 15:25:24 +0200
commit3a818abdc0746b95a34ce66bb109453c2f0630d8 (patch)
tree293c5931933fc1926ae861d59692ab01d9b8e027 /client/src/assets/player/shared
parentca0f030787a6334609aa1b0c7cea44676adf3632 (diff)
downloadPeerTube-3a818abdc0746b95a34ce66bb109453c2f0630d8.tar.gz
PeerTube-3a818abdc0746b95a34ce66bb109453c2f0630d8.tar.zst
PeerTube-3a818abdc0746b95a34ce66bb109453c2f0630d8.zip
Reduce auto play error log
Diffstat (limited to 'client/src/assets/player/shared')
-rw-r--r--client/src/assets/player/shared/webtorrent/webtorrent-plugin.ts2
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')