Skip to content

Commit bf94868

Browse files
author
Your Name
committed
Fix issue grabbing proper Big Inning times
1 parent 7bb8444 commit bf94868

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src="https://i.imgur.com/FIGZdR3.png">
33
</p>
44

5-
Current version: **4.9.0**
5+
Current version: **4.9.1**
66

77
# About
88
This takes ESPN+, ESPN, FOX Sports, CBS Sports, Paramount+, Gotham Sports, NFL, B1G+, NESN, Mountain West, Northern Sun, KBO, Victory+, NHL.tv, FloSports, LOVB Live, PWHL, or MLB.tv programming and transforms it into a "live TV" experience with virtual linear channels. It will discover what is on, and generate a schedule of channels that will give you M3U and XMLTV files that you can import into something like [Jellyfin](https://jellyfin.org) or [Channels](https://getchannels.com).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eplustv",
3-
"version": "4.9.0",
3+
"version": "4.9.1",
44
"description": "",
55
"scripts": {
66
"start": "ts-node -r tsconfig-paths/register index.tsx",

services/mlb-handler.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ class MLBHandler {
724724

725725
try {
726726
const {data} = await axios.get(
727-
'https://api.fubo.tv/gg/series/123881219/live-programs?limit=4&page=2&languages=en&countrySlugs=USA',
727+
'https://api.fubo.tv/gg/series/123881219/live-programs?limit=4&page=1&languages=en&countrySlugs=USA',
728728
);
729729

730730
data.data.forEach(e => {

0 commit comments

Comments
 (0)