From ab23d5e9d764e5ea5d9965fff84d737e37bd133b Mon Sep 17 00:00:00 2001 From: Nirvana Date: Tue, 30 Jun 2026 09:50:49 +0200 Subject: [PATCH] magentaeu: update app version --- lib/streaming_providers/providers/magentaeu/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/streaming_providers/providers/magentaeu/constants.py b/lib/streaming_providers/providers/magentaeu/constants.py index d4c2255..66d9486 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.1340" +APP_VERSION = "02.0.1470" OS = "Linux" BROWSER = "Chrome" -BROWSER_VERSION = "143" +BROWSER_VERSION = "149" DEVICE_NAME = f"{OS} - {BROWSER}" # ============================================================================