mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 00:20:08 -04:00
Merge pull request #2298 from xemles/patch-6
Update chaines-tv.orange.fr.config.js
This commit is contained in:
commit
a1ca6b3335
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ module.exports = {
|
|||
const start = parseStart(item)
|
||||
const stop = parseStop(item, start)
|
||||
programs.push({
|
||||
title: item.title,
|
||||
title: item.season?.serie?.title ? item.season.serie.title : item.title,
|
||||
category: item.genreDetailed,
|
||||
description: item.synopsis,
|
||||
icon: parseIcon(item),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue