ctt-puro 0.50.2 → 0.50.3

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.
@@ -4089,7 +4089,7 @@ class MapperService {
4089
4089
  let items = [];
4090
4090
  if (multimedia) {
4091
4091
  items = multimedia?.imagenes?.map((img) => ({
4092
- button: Utils.mapButtons(this.siteId(), img?.buttons)[0],
4092
+ button: Utils.mapButtons(img?.buttons?.[0]?.siteId ?? this.siteId(), img?.buttons)[0],
4093
4093
  pretitle: img?.pretitle,
4094
4094
  title: img?.title,
4095
4095
  img: this.getImageResponsive(img),