Merge pull request #2515 from iptv-org/BellezaEmporium-patch-2

[Fix] energeek.cl
This commit is contained in:
PopeyeTheSai10r
2024-12-20 19:46:41 -08:00
committed by GitHub
4 changed files with 16 additions and 13 deletions

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