mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 10:56:57 -05:00
Merge pull request #689 from mcastellaneta/patch-2
Update guidatv.sky.it.config.js
This commit is contained in:
@@ -23,6 +23,8 @@ module.exports = {
|
|||||||
title: item.eventTitle,
|
title: item.eventTitle,
|
||||||
description: item.eventSynopsis,
|
description: item.eventSynopsis,
|
||||||
category: item.content.genre.name,
|
category: item.content.genre.name,
|
||||||
|
season:item.content.seasonNumber || null,
|
||||||
|
episode:item.content.episodeNumber || null,
|
||||||
start: item.starttime,
|
start: item.starttime,
|
||||||
stop: item.endtime,
|
stop: item.endtime,
|
||||||
icon
|
icon
|
||||||
|
|||||||
Reference in New Issue
Block a user