Reset decode errors on video change

This commit is contained in:
Chocobozzz
2026-07-13 14:01:17 +02:00
parent 7bebbe146b
commit 214737a07d
@@ -99,6 +99,7 @@ export class PeerTubePlayer {
async load (loadOptions: PeerTubePlayerLoadOptions) {
this.currentLoadOptions = loadOptions
this.videojsDecodeErrors = 0
this.setPoster([])