@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.
@@ -93,7 +93,7 @@
93
93
  return "symbol" == typeof i ? i : i + "";
94
94
  }
95
95
 
96
- const version$8 = "1.24.0";
96
+ const version$8 = "1.24.1";
97
97
 
98
98
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
99
99
 
@@ -73579,6 +73579,7 @@ ${segmentInfoString(segmentInfo)}`); // If there's an init segment associated wi
73579
73579
  blockedSegments: this.getMainBlockedSegments(),
73580
73580
  imageUrl: this.getMainChapterImageUrl(),
73581
73581
  chapters: this.getChapters(),
73582
+ description: this.getMainChapter().description,
73582
73583
  drmList: resource.drmList,
73583
73584
  dvr: resource.dvr,
73584
73585
  eventData: this.getMainChapter().eventData,