mirror of
https://github.com/iptv-org/epg
synced 2025-12-20 04:16:55 -05:00
chaines-tv.orange.fr : fix
This commit is contained in:
@@ -16,7 +16,7 @@ module.exports = {
|
||||
const start = parseStart(item)
|
||||
const stop = parseStop(item, start)
|
||||
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,
|
||||
description: item.synopsis,
|
||||
image: parseImage(item),
|
||||
|
||||
Reference in New Issue
Block a user