mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 10:56:57 -05:00
[Fix] energeek.cl
This commit is contained in:
@@ -16,7 +16,7 @@ module.exports = {
|
|||||||
programs.push({
|
programs.push({
|
||||||
title: item.title?.[0]?.value,
|
title: item.title?.[0]?.value,
|
||||||
description: item.desc?.[0]?.value,
|
description: item.desc?.[0]?.value,
|
||||||
icon: item.icon?.[0],
|
icon: item.icon?.[0]?.src,
|
||||||
start: item.start,
|
start: item.start,
|
||||||
stop: item.stop
|
stop: item.stop
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user