Update energeek.cl.config.js

This commit is contained in:
freearhey 2024-12-18 22:02:31 +03:00
parent d236606a63
commit 4a7f522397

View file

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