mirror of
https://github.com/iptv-org/epg
synced 2025-12-21 21:07:04 -05:00
Update chaines-tv.orange.fr.config.js
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user