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:
committed by
GitHub
parent
1a3cabe069
commit
ec98e28f80
@@ -40,6 +40,8 @@ module.exports = {
|
|||||||
items.forEach(item => {
|
items.forEach(item => {
|
||||||
programs.push({
|
programs.push({
|
||||||
title: item.nombre_programa,
|
title: item.nombre_programa,
|
||||||
|
sub_title: item.subtitle,
|
||||||
|
description: item.descripcion_programa,
|
||||||
start: parseStart(item),
|
start: parseStart(item),
|
||||||
stop: parseStop(item)
|
stop: parseStop(item)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user