mirror of https://github.com/Chocobozzz/PeerTube
Reduce auto play error log
parent
ca0f030787
commit
3a818abdc0
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue