diff --git a/sites/epg.112114.xyz/epg.112114.xyz.config.js b/sites/epg.112114.xyz/epg.112114.xyz.config.js index 53631202..dc010944 100644 --- a/sites/epg.112114.xyz/epg.112114.xyz.config.js +++ b/sites/epg.112114.xyz/epg.112114.xyz.config.js @@ -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 })