[Fix] energeek.cl

This commit is contained in:
Ismaël Moret
2024-12-17 17:01:53 +01:00
committed by GitHub
parent b9bbd32d35
commit 07eadd7c93

View File

@@ -16,7 +16,7 @@ module.exports = {
programs.push({
title: item.title?.[0]?.value,
description: item.desc?.[0]?.value,
icon: item.icon?.[0],
icon: item.icon?.[0]?.src,
start: item.start,
stop: item.stop
})