Skip to content

Commit

Permalink
Fix mlb big inning linear channel permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ngr31 committed Sep 13, 2024
1 parent 08ab0fb commit d062ef3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/channels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
useEspnews,
useEspnU,
useFoxSports,
useMLBtv,
useNfl,
useParamount,
useSec,
Expand Down Expand Up @@ -158,7 +159,7 @@ export const CHANNEL_MAP = {
tvgName: 'NFLNRZD',
},
40: {
canUse: true,
canUse: useMLBtv,
id: 'MLBTVBI',
logo: 'https://i.imgur.com/8JHoeFA.png',
name: 'MLB Big Inning',
Expand Down

0 comments on commit d062ef3

Please sign in to comment.