mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Merge branch 'master' into fix-deploy
This commit is contained in:
commit
3bf8e54dae
18 changed files with 149 additions and 212 deletions
|
@ -50,6 +50,8 @@ async function loadPrograms() {
|
|||
title: item.title,
|
||||
desc: item.description || null,
|
||||
categories: item.category || [],
|
||||
season: item.season || null,
|
||||
episode: item.episode || null,
|
||||
image: item.icon || null,
|
||||
start: item.start,
|
||||
stop: item.stop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue