mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-09 16:40:07 -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)
|
||||
programs.push({
|
||||
title: item.title,
|
||||
subTitle: item?.season?.serie?.title,
|
||||
subTitle: item.season?.serie?.title,
|
||||
category: item.genreDetailed,
|
||||
description: item.synopsis,
|
||||
season: item.season?.number,
|
||||
episode: item.season?.episodeNumber,
|
||||
image: parseImage(item),
|
||||
start: start.toJSON(),
|
||||
stop: stop.toJSON()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue