chore: remove confusing category determination

it's all sports in the end
This commit is contained in:
shay
2024-11-21 18:51:19 -06:00
parent 5d33db08b8
commit b491620697
2 changed files with 2 additions and 2 deletions

View File

@@ -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)