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}" # ============================================================================