mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
Update sky.de.config.js
This commit is contained in:
parent
ead1e444ec
commit
064eb66b97
1 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,6 @@ module.exports = {
|
|||
const programs = []
|
||||
const items = parseItems(content, channel)
|
||||
items.forEach(item => {
|
||||
if (item.showId == -1) return
|
||||
programs.push({
|
||||
title: item.et,
|
||||
description: item.epit,
|
||||
|
@ -43,4 +42,4 @@ function parseContent(content, channel) {
|
|||
function parseItems(content, channel) {
|
||||
const data = parseContent(content, channel)
|
||||
return data && Array.isArray(data.el) ? data.el : []
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue