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
|
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')
|
||||||
|
|
Loading…
Reference in New Issue