mirror of
https://github.com/iptv-org/epg
synced 2026-05-08 02:16:59 -04:00
correct mistake
This commit is contained in:
@@ -142,8 +142,8 @@ module.exports = {
|
||||
|
||||
response.d.forEach(item => {
|
||||
channels.push({
|
||||
channel: item.ChannelFullName,
|
||||
site_id: `${item.ContentChannelID}#${item.ChannelName.replace(/&/g, '&')}`,
|
||||
name: item.ChannelFullName,
|
||||
logo: item.ImageUrl,
|
||||
lang: 'es'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user