mirror of
https://github.com/iptv-org/epg
synced 2026-09-16 14:06:24 -04:00
Update sky.com.config.js
This commit is contained in:
@@ -25,8 +25,7 @@ module.exports = {
|
||||
.filter(schedule => schedule.sid === channel.site_id)
|
||||
.forEach(schedule => {
|
||||
if (Array.isArray(schedule.events)) {
|
||||
schedule.events
|
||||
.forEach(event => {
|
||||
schedule.events.forEach(event => {
|
||||
const start = dayjs.utc(event.st * 1000)
|
||||
if (start.isSame(date, 'd')) {
|
||||
programs.push({
|
||||
@@ -39,7 +38,6 @@ module.exports = {
|
||||
})
|
||||
}
|
||||
})
|
||||
})
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user