mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 19:06:58 -05:00
Update save-results.js
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user