mirror of
https://github.com/iptv-org/epg
synced 2025-12-19 03:46:41 -05:00
Update zap2it.com.config.js
This commit is contained in:
@@ -65,6 +65,6 @@ module.exports = {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
return programs.filter(p => dayjs(p.start).add(dayjs(p.start).utcOffset(), 'minute').isBetween(date.startOf('day').utc(), date.endOf('day').utc(), 'second', '[]'))
|
return programs.filter(p => dayjs(p.start).add(dayjs(p.start).utcOffset(), 'minute').isBetween(date.startOf('day').add(5, 'hour').utc(), date.endOf('day').add(5, 'hour').utc(), 'second', '[]'))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user