@srgssr/pillarbox-web 1.36.2 → 1.36.3

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.36.1";
93
+ const version = "1.36.2";
94
94
 
95
95
  /** @import VJSPlayer from 'video.js/dist/types/player' */
96
96
  /** @import AudioTrack from 'video.js/dist/types/tracks/audio-track' */
@@ -4218,6 +4218,9 @@ class SrgSsr {
4218
4218
  label: trackId
4219
4219
  });
4220
4220
 
4221
+ // See https://github.com/videojs/video.js/issues/8519
4222
+ yield new Promise(resolve => setTimeout(resolve, 100));
4223
+
4221
4224
  // Safari
4222
4225
  textTrack.track.mode = 'hidden';
4223
4226