mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Update update-guides.js
This commit is contained in:
@@ -53,10 +53,10 @@ async function generateGuides() {
|
||||
if (!channel) return null
|
||||
|
||||
return {
|
||||
id: channel.id,
|
||||
display_name: channel.name,
|
||||
url: site,
|
||||
icon: channel.logo
|
||||
xmltv_id: channel.id,
|
||||
name: channel.name,
|
||||
logo: channel.logo,
|
||||
site
|
||||
}
|
||||
})
|
||||
.filter(i => i)
|
||||
|
||||
Reference in New Issue
Block a user