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