@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.
@@ -93,7 +93,7 @@
93
93
  return "symbol" == typeof i ? i : i + "";
94
94
  }
95
95
 
96
- const version$8 = "1.22.0";
96
+ const version$8 = "1.23.1";
97
97
 
98
98
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
99
99
 
@@ -72931,7 +72931,7 @@ ${segmentInfoString(segmentInfo)}`); // If there's an init segment associated wi
72931
72931
  } = this.currentResource();
72932
72932
  const {
72933
72933
  droppedVideoFrames: frame_drops
72934
- } = this.player.getVideoPlaybackQuality();
72934
+ } = this.player.getVideoPlaybackQuality() || {};
72935
72935
  const playback_duration = this.playbackDuration();
72936
72936
  const {
72937
72937
  position,