Reduce auto play error log

pull/5170/head
Chocobozzz 2022-08-03 15:25:24 +02:00
parent ca0f030787
commit 3a818abdc0
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ class WebTorrentPlugin extends Plugin {
return return
} }
logger.error(err) logger.warn(err)
this.player.pause() this.player.pause()
this.player.posterImage.show() this.player.posterImage.show()
this.player.removeClass('vjs-has-autoplay') this.player.removeClass('vjs-has-autoplay')