This commit is contained in:
Aleksandr Statciuk 2022-01-10 16:42:27 +03:00
parent 02ea13a516
commit f4679b765a
4 changed files with 4 additions and 5 deletions

View file

@ -34,8 +34,7 @@ async function loadChannels() {
id: item.xmltv_id,
name: [item.name],
logo: item.logo || null,
country: countryCode ? countryCode.toUpperCase() : null,
site: item.site
country: countryCode ? countryCode.toUpperCase() : null
}
} else {
output[item.xmltv_id].logo = output[item.xmltv_id].logo || item.logo