@srgssr/pillarbox-web 1.35.0 → 1.35.1

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.
@@ -2313,7 +2313,7 @@ class PillarboxMonitoring {
2313
2313
 
2314
2314
  // Calculate the position timestamp from the start date on Safari
2315
2315
  if (pillarbox.browser.IS_ANY_SAFARI) {
2316
- const startDate = Date.parse(this.player.$('video').getStartDate());
2316
+ const startDate = Date.parse(this.player.tech(true).el().getStartDate());
2317
2317
  position_timestamp = !isNaN(startDate) ? startDate + position : undefined;
2318
2318
  }
2319
2319
  return {