mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update sites/programacion.tcc.com.uy/programacion.tcc.com.uy.config.js
Co-authored-by: RevGear <nclark@revgear.co.uk>
This commit is contained in:
parent
86332281b3
commit
f39dfb0f0f
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ module.exports = {
|
||||||
function parseTitle(item) {
|
function parseTitle(item) {
|
||||||
const localized = item.localized.find(i => i.language === 'es')
|
const localized = item.localized.find(i => i.language === 'es')
|
||||||
|
|
||||||
return localized ? localized.title : null
|
return localized ? localized.title : item.original_title
|
||||||
}
|
}
|
||||||
|
|
||||||
function parseDescription(item) {
|
function parseDescription(item) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue