mirror of
https://github.com/iptv-org/epg
synced 2025-12-21 04:47:00 -05:00
add season data
This commit is contained in:
@@ -17,9 +17,11 @@ module.exports = {
|
|||||||
const stop = parseStop(item, start)
|
const stop = parseStop(item, start)
|
||||||
programs.push({
|
programs.push({
|
||||||
title: item.title,
|
title: item.title,
|
||||||
subTitle: item?.season?.serie?.title,
|
subTitle: item.season?.serie?.title,
|
||||||
category: item.genreDetailed,
|
category: item.genreDetailed,
|
||||||
description: item.synopsis,
|
description: item.synopsis,
|
||||||
|
season: item.season?.number,
|
||||||
|
episode: item.season?.episodeNumber,
|
||||||
image: parseImage(item),
|
image: parseImage(item),
|
||||||
start: start.toJSON(),
|
start: start.toJSON(),
|
||||||
stop: stop.toJSON()
|
stop: stop.toJSON()
|
||||||
|
|||||||
Reference in New Issue
Block a user