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