mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 10:00:05 -04:00
Update scripts
This commit is contained in:
parent
5e5b87404c
commit
bfb0d5872d
7 changed files with 39 additions and 47 deletions
|
@ -68,7 +68,7 @@ export class DataProcessor {
|
|||
)
|
||||
const channelsKeyById = channels.keyBy((channel: Channel) => channel.id)
|
||||
|
||||
let feeds = new Collection(data.feeds).map(data =>
|
||||
const feeds = new Collection(data.feeds).map(data =>
|
||||
new Feed(data)
|
||||
.withChannel(channelsKeyById)
|
||||
.withLanguages(languagesKeyByCode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue