mirror of
https://github.com/iptv-org/epg
synced 2025-12-23 13:57:02 -05: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:
committed by
GitHub
parent
86332281b3
commit
f39dfb0f0f
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user