Update epg.112114.xyz.config.js

This commit is contained in:
freearhey 2025-01-11 18:02:14 +03:00
parent 67265aa79b
commit 73664749f3

View file

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