mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -04:00
parent
a79e600b14
commit
d1316f6615
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ async function main() {
|
|||
|
||||
programs = programs = _.sortBy(programs, ['channel', 'start'])
|
||||
programs = programs.map(p => new Program(p, new Channel(channels_dic[p.channel])))
|
||||
programs = _.uniqBy(programs, p => p.channel + p.start)
|
||||
|
||||
const filename = country.code.toLowerCase()
|
||||
const xmlFilepath = `${PUBLIC_DIR}/guides/${filename}.xml`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue