@srgssr/pillarbox-web 1.24.1 → 1.25.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.
@@ -90,7 +90,7 @@ function _toPropertyKey(t) {
90
90
  return "symbol" == typeof i ? i : i + "";
91
91
  }
92
92
 
93
- const version = "1.24.0";
93
+ const version = "1.24.1";
94
94
 
95
95
  /** @import VJSPlayer from 'video.js/dist/types/player' */
96
96
  /** @import AudioTrack from 'video.js/dist/types/tracks/audio-track' */
@@ -2737,6 +2737,7 @@ class MediaComposition {
2737
2737
  blockedSegments: this.getMainBlockedSegments(),
2738
2738
  imageUrl: this.getMainChapterImageUrl(),
2739
2739
  chapters: this.getChapters(),
2740
+ description: this.getMainChapter().description,
2740
2741
  drmList: resource.drmList,
2741
2742
  dvr: resource.dvr,
2742
2743
  eventData: this.getMainChapter().eventData,