mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
add season data
This commit is contained in:
parent
ee36284d54
commit
865b7beca7
1 changed files with 3 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue