@spash/frontlib 1.1.3-beta.1 → 1.1.3-beta.2
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/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -25426,7 +25426,7 @@ const h5 = {
|
|
|
25426
25426
|
const m = ["played", "processing", "processed", "exporting", "exported"];
|
|
25427
25427
|
((A = i.value.ngtvSessionType) == null ? void 0 : A.reference) === "incognito" ? B.value = c(
|
|
25428
25428
|
"components.SpashVideo.SpashVideoPlayer.videoError.sessionInconitoNotExist"
|
|
25429
|
-
) :
|
|
25429
|
+
) : m.includes(i.value.status) ? i.value.bookingProvider === "le_five_4padel" ? B.value = c(
|
|
25430
25430
|
`components.SpashVideo.SpashVideoPlayer.videoError.defaultError.${d.value}`
|
|
25431
25431
|
) : B.value = c(
|
|
25432
25432
|
"components.SpashVideo.SpashVideoPlayer.videoError.defaultError.default"
|