Skip to content

Commit

Permalink
Merge pull request #90 from maddox/add-sports-event-category
Browse files Browse the repository at this point in the history
add `Sports event` category
  • Loading branch information
m0ngr31 authored Jan 25, 2024
2 parents 75b713e + a13f4cc commit ff84c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/generate-xmltv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const formatEntryName = (entry: IEntry) => {
};

const formatCategories = (categories: string[] = []) =>
_.uniq(['Sports', 'HD', ...categories]).map(category => ({
_.uniq(['Sports', 'Sports event', 'HD', ...categories]).map(category => ({
category: [
{
_attr: {
Expand Down

0 comments on commit ff84c46

Please sign in to comment.