mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 11:27:06 -05:00
Update tvtv.us.config.js
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user