mirror of
https://github.com/iptv-org/epg
synced 2026-09-13 12:36:25 -04:00
Update sites/chaines-tv.orange.fr/chaines-tv.orange.fr.config.js
Co-authored-by: Aleksandr Statciuk <7253922+freearhey@users.noreply.github.com>
This commit is contained in:
co-authored by
Aleksandr Statciuk
parent
aebd280b64
commit
ee36284d54
@@ -16,7 +16,8 @@ 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.title : item?.season?.serie?.title,
|
title: item.title,
|
||||||
|
subTitle: 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