@srgssr/pillarbox-web 1.24.1 → 1.26.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.
- package/dist/pillarbox-core.cjs +1 -1
- package/dist/pillarbox-core.es.js +1 -1
- package/dist/pillarbox.cjs +8 -7
- package/dist/pillarbox.cjs.map +1 -1
- package/dist/pillarbox.es.js +8 -7
- package/dist/pillarbox.es.js.map +1 -1
- package/dist/pillarbox.umd.js +8 -7
- 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/dist/types/src/dataProvider/model/MediaComposition.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/pillarbox-core.cjs
CHANGED
package/dist/pillarbox.cjs
CHANGED
|
@@ -94,7 +94,7 @@ function _toPropertyKey(t) {
|
|
|
94
94
|
return "symbol" == typeof i ? i : i + "";
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
const version = "1.
|
|
97
|
+
const version = "1.25.0";
|
|
98
98
|
|
|
99
99
|
/** @import VJSPlayer from 'video.js/dist/types/player' */
|
|
100
100
|
/** @import AudioTrack from 'video.js/dist/types/tracks/audio-track' */
|
|
@@ -2741,6 +2741,7 @@ class MediaComposition {
|
|
|
2741
2741
|
blockedSegments: this.getMainBlockedSegments(),
|
|
2742
2742
|
imageUrl: this.getMainChapterImageUrl(),
|
|
2743
2743
|
chapters: this.getChapters(),
|
|
2744
|
+
description: this.getMainChapter().description,
|
|
2744
2745
|
drmList: resource.drmList,
|
|
2745
2746
|
dvr: resource.dvr,
|
|
2746
2747
|
eventData: this.getMainChapter().eventData,
|
|
@@ -3471,7 +3472,7 @@ const pillarboxLang$1 = {
|
|
|
3471
3472
|
|
|
3472
3473
|
pillarbox.addLanguage('it', _objectSpread2(_objectSpread2({}, vjsLang), pillarboxLang$1));
|
|
3473
3474
|
|
|
3474
|
-
const Play = "
|
|
3475
|
+
const Play = "Start";
|
|
3475
3476
|
const Pause = "Pausa";
|
|
3476
3477
|
const Replay = "Mussar danovamain";
|
|
3477
3478
|
const Duration = "Durada";
|
|
@@ -3547,12 +3548,12 @@ const pillarboxLang = {
|
|
|
3547
3548
|
"descriptions off": "senza descripziuns",
|
|
3548
3549
|
"Audio Track": "Piese audio",
|
|
3549
3550
|
"Volume Level": "Nivel dal volumen",
|
|
3550
|
-
"You aborted the media playback": "Vus avais interrut
|
|
3551
|
+
"You aborted the media playback": "Vus avais interrut la reproducziun",
|
|
3551
3552
|
"A network error caused the media download to fail part-way.": "In sbagl en la rait ha impedì il download",
|
|
3552
|
-
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Il
|
|
3553
|
-
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "
|
|
3554
|
-
"No compatible source was found for this media.": "Chattà nagina funtauna cumpatibla per quest
|
|
3555
|
-
"The media is encrypted and we do not have the keys to decrypt it.": "Il
|
|
3553
|
+
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Il medium n'ha betg pudì vegnir chargià u pervia d'in sbagl da server u da la rait, u perquai ch'il format n'è betg cumpatibel.",
|
|
3554
|
+
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "La reproducziun è vegnida interrutta u perquai ch'il cuntegn è donnegià, u perquai ch’il medium dovra funcziuns che voss navigatur na sustegna betg.",
|
|
3555
|
+
"No compatible source was found for this media.": "Chattà nagina funtauna cumpatibla per quest medium.",
|
|
3556
|
+
"The media is encrypted and we do not have the keys to decrypt it.": "Il medium è codà e nus n’avain naginas clavs per al decodar.",
|
|
3556
3557
|
"Play Video": "Aviar video",
|
|
3557
3558
|
Close,
|
|
3558
3559
|
"Close Modal Dialog": "Serrar la fanestra modala",
|