mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update sites/tv.vera.com.uy/tv.vera.com.uy.config.js
Co-authored-by: RevGear <nclark@revgear.co.uk>
This commit is contained in:
parent
1a3cabe069
commit
ec98e28f80
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ module.exports = {
|
|||
items.forEach(item => {
|
||||
programs.push({
|
||||
title: item.nombre_programa,
|
||||
sub_title: item.subtitle,
|
||||
description: item.descripcion_programa,
|
||||
start: parseStart(item),
|
||||
stop: parseStop(item)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue