From 3dcf03f391f449afe0d7302b1cd8b17c0ee5ffa4 Mon Sep 17 00:00:00 2001 From: Nirvana Date: Tue, 24 Feb 2026 16:54:32 +0100 Subject: [PATCH] Add discovery --- lib/streaming_providers/providers/discovery/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/streaming_providers/providers/discovery/constants.py b/lib/streaming_providers/providers/discovery/constants.py index abddfe8..b267a8d 100644 --- a/lib/streaming_providers/providers/discovery/constants.py +++ b/lib/streaming_providers/providers/discovery/constants.py @@ -57,7 +57,7 @@ class PlatformOS(str, Enum): # Active platform — change this single constant to switch all OS-dependent behaviour. # LINUX preserves existing behaviour exactly; WINDOWS mirrors a real Edge/Windows client. -DEFAULT_PLATFORM_OS: Final[PlatformOS] = PlatformOS.LINUX +DEFAULT_PLATFORM_OS: Final[PlatformOS] = PlatformOS.WINDOWS # ============================================================================