@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.
@@ -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)) {