Update save-results.js

This commit is contained in:
Aleksandr Statciuk 2022-01-30 23:46:20 +03:00
parent 7e5e1f34d3
commit 99efb08046
9 changed files with 92 additions and 92 deletions

View file

@ -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,