mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Update parse.ts
This commit is contained in:
@@ -58,7 +58,7 @@ async function main() {
|
|||||||
let output = new Collection()
|
let output = new Collection()
|
||||||
parsedChannels.forEach((channel: Channel) => {
|
parsedChannels.forEach((channel: Channel) => {
|
||||||
const found: Channel | undefined = channels.first(
|
const found: Channel | undefined = channels.first(
|
||||||
(_channel: Channel) => _channel.site_id === channel.site_id
|
(_channel: Channel) => _channel.site_id == channel.site_id
|
||||||
)
|
)
|
||||||
|
|
||||||
if (found) {
|
if (found) {
|
||||||
|
|||||||
Reference in New Issue
Block a user