@srgssr/pillarbox-web 1.18.0 → 1.19.0

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.
@@ -107,7 +107,7 @@ function _objectWithoutProperties(source, excluded) {
107
107
  return target;
108
108
  }
109
109
 
110
- const version = "1.17.0";
110
+ const version = "1.18.0";
111
111
 
112
112
  /** @import VJSPlayer from 'video.js/dist/types/player' */
113
113
  /** @import AudioTrack from 'video.js/dist/types/tracks/audio-track' */
@@ -2730,6 +2730,7 @@ class MediaComposition {
2730
2730
  imageCopyright: this.getMainChapter().imageCopyright,
2731
2731
  intervals: this.getMainTimeIntervals(),
2732
2732
  live: resource.live,
2733
+ mediaContainer: resource.mediaContainer,
2733
2734
  mediaType: this.getMainChapter().mediaType,
2734
2735
  mimeType: resource.mimeType,
2735
2736
  presentation: resource.presentation,