mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update update-api.js
This commit is contained in:
parent
649808a490
commit
76b15335b1
2 changed files with 3 additions and 1 deletions
|
@ -47,6 +47,8 @@ async function loadPrograms() {
|
||||||
title: item.title,
|
title: item.title,
|
||||||
desc: item.description || null,
|
desc: item.description || null,
|
||||||
categories: item.category || [],
|
categories: item.category || [],
|
||||||
|
season: item.season || null,
|
||||||
|
episode: item.episode || null,
|
||||||
image: item.icon || null,
|
image: item.icon || null,
|
||||||
start: item.start,
|
start: item.start,
|
||||||
stop: item.stop
|
stop: item.stop
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue