mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 18:37:01 -05:00
Update tvarenasport.com.config.js
This commit is contained in:
@@ -22,9 +22,9 @@ module.exports = {
|
||||
const items = parseItems(content, channel)
|
||||
items.forEach(item => {
|
||||
programs.push({
|
||||
title: item.title,
|
||||
title: item.title.trim(),
|
||||
category: item.league,
|
||||
description: item.sport,
|
||||
description: item.sport.trim(),
|
||||
start: dayjs(item.start),
|
||||
stop: dayjs(item.end)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user