Update update-guides.js

This commit is contained in:
Aleksandr Statciuk 2022-01-31 05:59:07 +03:00
parent b45d914727
commit 8617b79ca0

View file

@ -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)