Merge pull request #2298 from xemles/patch-6

Update chaines-tv.orange.fr.config.js
This commit is contained in:
Dum4G 2024-02-05 17:12:57 +03:00 committed by GitHub
commit a1ca6b3335
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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),