diff --git a/README.md b/README.md index ddbac5a..0cffdf0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

-Current version: **2.1.9** +Current version: **2.1.10** # About This takes ESPN/ESPN+, FOX Sports, Paramount+, MSG+, and 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 b443132..9a59f7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eplustv", - "version": "2.1.9", + "version": "2.1.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eplustv", - "version": "2.1.9", + "version": "2.1.10", "license": "MIT", "dependencies": { "axios": "^1.2.2", diff --git a/package.json b/package.json index a807c9f..220fa35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eplustv", - "version": "2.1.9", + "version": "2.1.10", "description": "", "scripts": { "start": "ts-node index.ts", diff --git a/services/msg-handler.ts b/services/msg-handler.ts index a4cd25a..9dd3244 100644 --- a/services/msg-handler.ts +++ b/services/msg-handler.ts @@ -218,6 +218,8 @@ class MSGHandler { return; } + console.log('Looking for MSG+ events...'); + try { const today = new Date(); const entries = []; diff --git a/services/paramount-handler.ts b/services/paramount-handler.ts index c429d0e..c973489 100644 --- a/services/paramount-handler.ts +++ b/services/paramount-handler.ts @@ -221,6 +221,8 @@ class ParamountHandler { return; } + console.log('Looking for Paramount+ events...'); + const events: IParamountEvent[] = []; try {