From 64bd0dcbd435f472bb97bbec144078753f42fe98 Mon Sep 17 00:00:00 2001 From: Nirvana Date: Sun, 21 Dec 2025 13:21:56 +0100 Subject: [PATCH] Add web config --- lib/streaming_providers/providers/magentaeu/auth.py | 1 - lib/streaming_providers/providers/magentaeu/constants.py | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/streaming_providers/providers/magentaeu/auth.py b/lib/streaming_providers/providers/magentaeu/auth.py index bec0fc3..2f79925 100644 --- a/lib/streaming_providers/providers/magentaeu/auth.py +++ b/lib/streaming_providers/providers/magentaeu/auth.py @@ -574,7 +574,6 @@ class MagentaAuthenticator(BaseAuthenticator): # Add the specific headers from your working example headers.update({ - 'Authorization': f'Bearer {self._current_token.access_token}', 'Refresh_token': self._current_token.refresh_token, 'channel': 'Tv', }) diff --git a/lib/streaming_providers/providers/magentaeu/constants.py b/lib/streaming_providers/providers/magentaeu/constants.py index 3a81499..b253711 100644 --- a/lib/streaming_providers/providers/magentaeu/constants.py +++ b/lib/streaming_providers/providers/magentaeu/constants.py @@ -73,10 +73,10 @@ MIIBIDANBgkqhkiG9w0BAQEFAAOCAQ0AMIIBCAKCAQEA0EsuGonW8+y5Oq2Hopru5oFCaXEDMBrWPDkz # Application Configuration # ============================================================================ -APP_VERSION = "02.0.1080" +APP_VERSION = "02.0.1340" OS = "Linux" BROWSER = "Chrome" -BROWSER_VERSION = "132" +BROWSER_VERSION = "143" DEVICE_NAME = f"{OS} - {BROWSER}" # ============================================================================