@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.
- package/dist/pillarbox.cjs +1 -1
- package/dist/pillarbox.cjs.map +1 -1
- package/dist/pillarbox.es.js +1 -1
- package/dist/pillarbox.es.js.map +1 -1
- package/dist/pillarbox.umd.js +1 -1
- package/dist/pillarbox.umd.js.map +1 -1
- package/dist/pillarbox.umd.min.js +1 -1
- package/dist/pillarbox.umd.min.js.map +1 -1
- package/package.json +1 -1
package/dist/pillarbox.umd.js
CHANGED
|
@@ -73337,7 +73337,7 @@ ${segmentInfoString(segmentInfo)}`); // If there's an init segment associated wi
|
|
|
73337
73337
|
|
|
73338
73338
|
// Calculate the position timestamp from the start date on Safari
|
|
73339
73339
|
if (pillarbox.browser.IS_ANY_SAFARI) {
|
|
73340
|
-
const startDate = Date.parse(this.player
|
|
73340
|
+
const startDate = Date.parse(this.player.tech(true).el().getStartDate());
|
|
73341
73341
|
position_timestamp = !isNaN(startDate) ? startDate + position : undefined;
|
|
73342
73342
|
}
|
|
73343
73343
|
return {
|