mirror of
https://github.com/iptv-org/epg
synced 2025-12-20 20:37:00 -05:00
chaines-tv.orange.fr : fix
This commit is contained in:
@@ -16,7 +16,7 @@ module.exports = {
|
|||||||
const start = parseStart(item)
|
const start = parseStart(item)
|
||||||
const stop = parseStop(item, start)
|
const stop = parseStop(item, start)
|
||||||
programs.push({
|
programs.push({
|
||||||
title: item.season?.serie?.title ? item.season.serie.title : item.title,
|
title: item?.season?.serie?.title ? item.title : item?.season?.serie?.title,
|
||||||
category: item.genreDetailed,
|
category: item.genreDetailed,
|
||||||
description: item.synopsis,
|
description: item.synopsis,
|
||||||
image: parseImage(item),
|
image: parseImage(item),
|
||||||
|
|||||||
Reference in New Issue
Block a user