Update maxtv.hrvatskitelekom.hr.config.js

This commit is contained in:
Aleksandr Statciuk 2021-11-17 00:21:37 +03:00
parent 9e6e44bb42
commit 43ded66833

View file

@ -22,7 +22,7 @@ module.exports = {
const programs = [] const programs = []
const items = parseItems(content, channel) const items = parseItems(content, channel)
items.forEach(item => { items.forEach(item => {
if (item.showId === -1) return if (item.showId == -1) return
programs.push({ programs.push({
title: item.title, title: item.title,
category: item.category, category: item.category,