@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.
@@ -71735,7 +71735,7 @@ function XiboLayoutRenderer(inputLayouts, options) {
71735
71735
  newOptions = _objectSpread2(_objectSpread2({}, newOptions), props.options);
71736
71736
  if (self.config.platform === 'CMS' && inputLayout && Boolean(inputLayout.layoutId)) {
71737
71737
  newOptions.xlfUrl = newOptions.xlfUrl.replace(':layoutId', String(inputLayout.layoutId));
71738
- } else if (self.config.platform === 'chromeOS') {
71738
+ } else if (self.config.platform === 'chromeOS' && inputLayout !== undefined) {
71739
71739
  newOptions.xlfUrl = inputLayout.path;
71740
71740
  }
71741
71741
  if (!(inputLayout && inputLayout.layoutNode === null)) {