mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update tvtv.us.config.js
This commit is contained in:
parent
5baa5dee3d
commit
c5f8aa1976
1 changed files with 3 additions and 2 deletions
|
@ -54,14 +54,15 @@ module.exports = {
|
|||
channel = {
|
||||
site_id: station.id,
|
||||
name: stationData.name,
|
||||
xmltv_id: parseChannelId(stationData)
|
||||
xmltv_id: parseChannelId(stationData),
|
||||
logo: parseChannelIcon(item)
|
||||
}
|
||||
break
|
||||
default:
|
||||
channel = {
|
||||
site_id: station.id,
|
||||
name: stationData.name
|
||||
name: stationData.name,
|
||||
logo: parseChannelIcon(item)
|
||||
}
|
||||
break
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue