mirror of
https://github.com/iptv-org/epg
synced 2025-12-20 04:16:55 -05:00
add season data
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user