Update dstv.com.config.js

This commit is contained in:
Aleksandr Statciuk
2022-04-17 14:29:20 +03:00
parent 8230f44db0
commit af2d498b25

View File

@@ -23,7 +23,6 @@ module.exports = {
let programs = []
const items = parseItems(content, channel)
for (const item of items) {
// NOTE: the job has exceeded the maximum execution time of 360 minutes (https://github.com/iptv-org/epg/runs/5608211322?check_suite_focus=true)
const details = await loadProgramDetails(item)
programs.push({
title: item.Title,