kompot / nhl-tv-geeky-streams

Best way to download NHL games. NHL.TV, NHL LIVE, or WatchESPN account is required.
MIT License
35 stars 7 forks source link

There are new MediaFeedType in PlayOff #66

Closed antiden closed 1 year ago

antiden commented 1 year ago

Hi,

new ones started showing up MediaFeedType: US NATIONAL and CA NATIONAL.

In default: US NATIONAL

National = "US NATIONAL", in nhlStatsApi.ts

rseanhall commented 1 year ago

I'm confused why you want to change National to "US NATIONAL". Won't some people want "CA NATIONAL"? It's been a while since I've been in the code, I thought this was mostly just for helping to know which feed to pick. If this is breaking some functionality for you then it would help to explain what broke. Obviously something needs to change here but I'll have to take some time to remember how this is used.

antiden commented 1 year ago

Everything works fine, there are no problems, only when you make a -passive method, it does not start because it cannot find the source.

rseanhall commented 1 year ago

I pushed a change that hopefully handles it. Let me know if it doesn't work for you.

image