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

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