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:
Aleksandr Statciuk 2023-02-08 13:12:10 +03:00 committed by GitHub
parent 1a3cabe069
commit ec98e28f80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
})