mirror of
https://github.com/iptv-org/epg
synced 2025-12-21 04:47:00 -05:00
Update maxtv.hrvatskitelekom.hr.config.js
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user