mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update tvtv.us.config.js
This commit is contained in:
parent
695e29bd2f
commit
73b23a924b
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,7 @@ module.exports = {
|
|||
items.forEach(item => {
|
||||
programs.push({
|
||||
title: parseTitle(item),
|
||||
sub_title: parseSubtitle(item),
|
||||
description: parseDescription(item),
|
||||
category: parseCategory(item),
|
||||
season: parseSeason(item),
|
||||
|
@ -99,6 +100,10 @@ function parseTitle(item) {
|
|||
return item.program.title
|
||||
}
|
||||
|
||||
function parseSubtitle(item) {
|
||||
return item.program.episodeTitle
|
||||
}
|
||||
|
||||
function parseDescription(item) {
|
||||
return item.program.longDescription
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue