@srgssr/pillarbox-web 1.23.0 → 1.23.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -90,7 +90,7 @@ function _toPropertyKey(t) {
90
90
  return "symbol" == typeof i ? i : i + "";
91
91
  }
92
92
 
93
- const version = "1.22.0";
93
+ const version = "1.23.1";
94
94
 
95
95
  /** @import VJSPlayer from 'video.js/dist/types/player' */
96
96
  /** @import AudioTrack from 'video.js/dist/types/tracks/audio-track' */
@@ -2371,7 +2371,7 @@ class PillarboxMonitoring {
2371
2371
  } = this.currentResource();
2372
2372
  const {
2373
2373
  droppedVideoFrames: frame_drops
2374
- } = this.player.getVideoPlaybackQuality();
2374
+ } = this.player.getVideoPlaybackQuality() || {};
2375
2375
  const playback_duration = this.playbackDuration();
2376
2376
  const {
2377
2377
  position,