mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Update guidatv.sky.it.config.js
Add season number and episode number
This commit is contained in:
parent
d1543c31c9
commit
56d4492f71
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ module.exports = {
|
|||
title: item.eventTitle,
|
||||
description: item.eventSynopsis,
|
||||
category: item.content.genre.name,
|
||||
season:item.content.seasonNumber || null,
|
||||
episode:item.content.episodeNumber || null,
|
||||
start: item.starttime,
|
||||
stop: item.endtime,
|
||||
icon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue