[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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
})