diff --git a/client/src/assets/player/shared/peertube/peertube-plugin.ts b/client/src/assets/player/shared/peertube/peertube-plugin.ts index 30ee03970..6fc39a0e3 100644 --- a/client/src/assets/player/shared/peertube/peertube-plugin.ts +++ b/client/src/assets/player/shared/peertube/peertube-plugin.ts @@ -201,6 +201,8 @@ class PeerTubePlugin extends Plugin { this.errorModal.addClass('vjs-custom-error-display') this.player.addClass('vjs-error-display-enabled') + + logger.error('Fatal error in player', this.player.error()) } hideFatalError () {