From 3a818abdc0746b95a34ce66bb109453c2f0630d8 Mon Sep 17 00:00:00 2001
From: Chocobozzz <me@florianbigard.com>
Date: Wed, 3 Aug 2022 15:25:24 +0200
Subject: [PATCH] Reduce auto play error log

---
 client/src/assets/player/shared/webtorrent/webtorrent-plugin.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 {
                             return
                           }
 
-                          logger.error(err)
+                          logger.warn(err)
                           this.player.pause()
                           this.player.posterImage.show()
                           this.player.removeClass('vjs-has-autoplay')