mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 18:37:01 -05:00
chore: remove confusing category determination
it's all sports in the end
This commit is contained in:
@@ -13,7 +13,7 @@ module.exports = {
|
||||
programs.push({
|
||||
title: item.title,
|
||||
description: item.description === item.title ? undefined : item.description,
|
||||
category: item.title === "NHL Game" ? "Sports event" : "Sports non-event",
|
||||
category: "Sports",
|
||||
// image: parseImage(item),
|
||||
start: parseStart(item),
|
||||
stop: parseStop(item)
|
||||
|
||||
Reference in New Issue
Block a user