mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update update.js
This commit is contained in:
parent
95b6c1681e
commit
9ecfa2b5c1
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ async function main() {
|
|||
}
|
||||
programs = _.sortBy(programs, ['channel', 'start'])
|
||||
programs = programs.map(p => new Program(p, channels[p.channel]))
|
||||
programs = _.uniqBy(programs, 'start')
|
||||
total += programs.length
|
||||
channels = Object.values(channels)
|
||||
channels = _.sortBy(channels, 'id')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue