@xibosignage/xibo-layout-renderer 1.0.6 → 1.0.7
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/xibo-layout-renderer.cjs.js +1 -1
- package/dist/xibo-layout-renderer.cjs.js.map +1 -1
- package/dist/xibo-layout-renderer.esm.js +1 -1
- package/dist/xibo-layout-renderer.esm.js.map +1 -1
- package/dist/xibo-layout-renderer.js +1 -1
- package/dist/xibo-layout-renderer.min.js +1 -1
- package/dist/xibo-layout-renderer.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -71734,7 +71734,7 @@ ${segmentInfoString(segmentInfo)}`); // If there's an init segment associated wi
|
|
|
71734
71734
|
newOptions = _objectSpread2(_objectSpread2({}, newOptions), props.options);
|
|
71735
71735
|
if (self.config.platform === 'CMS' && inputLayout && Boolean(inputLayout.layoutId)) {
|
|
71736
71736
|
newOptions.xlfUrl = newOptions.xlfUrl.replace(':layoutId', String(inputLayout.layoutId));
|
|
71737
|
-
} else if (self.config.platform === 'chromeOS') {
|
|
71737
|
+
} else if (self.config.platform === 'chromeOS' && inputLayout !== undefined) {
|
|
71738
71738
|
newOptions.xlfUrl = inputLayout.path;
|
|
71739
71739
|
}
|
|
71740
71740
|
if (!(inputLayout && inputLayout.layoutNode === null)) {
|