diff --git a/README.md b/README.md index a52c92c..27f5d71 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
-Current version: **4.0.2** +Current version: **4.0.3** # About This takes ESPN/ESPN+, FOX Sports, Paramount+, MSG+, NFL+, B1G+, NESN, Mountain West, FloSports, CBS Sports, 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). diff --git a/package-lock.json b/package-lock.json index 208b32f..6450193 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eplustv", - "version": "4.0.2", + "version": "4.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eplustv", - "version": "4.0.2", + "version": "4.0.3", "license": "MIT", "dependencies": { "@hono/node-server": "^1.13.1", diff --git a/package.json b/package.json index 8a57931..516acf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eplustv", - "version": "4.0.2", + "version": "4.0.3", "description": "", "scripts": { "start": "ts-node -r tsconfig-paths/register index.tsx", diff --git a/services/espn-handler.ts b/services/espn-handler.ts index 6512840..183a207 100644 --- a/services/espn-handler.ts +++ b/services/espn-handler.ts @@ -507,9 +507,6 @@ class EspnHandler { } } - if (useEspnPlus) { - console.log('Using ESPNPLUS variable is no longer needed. Please use the UI going forward'); - } if (useEspnPpv) { console.log('Using ESPN_PPV variable is no longer needed. Please use the UI going forward'); } diff --git a/views/Links.tsx b/views/Links.tsx index 7223490..516ef1a 100644 --- a/views/Links.tsx +++ b/views/Links.tsx @@ -30,7 +30,7 @@ export const Links: FC