mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
chaines-tv.orange.fr : fix
This commit is contained in:
parent
b9bbd32d35
commit
b79b3336a0
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue