mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update save-results.js
This commit is contained in:
parent
7e5e1f34d3
commit
99efb08046
9 changed files with 92 additions and 92 deletions
|
@ -21,7 +21,7 @@ async function loadGuides() {
|
|||
const output = []
|
||||
for (const item of queue) {
|
||||
item.groups.forEach(group => {
|
||||
if (item.programCount) {
|
||||
if (!item.error) {
|
||||
output.push({
|
||||
channel: item.xmltv_id,
|
||||
site: item.site,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue