diff --git a/lib/streaming_providers/base/provider_registry.py b/lib/streaming_providers/base/provider_registry.py index 6e492ad..6ba46f1 100644 --- a/lib/streaming_providers/base/provider_registry.py +++ b/lib/streaming_providers/base/provider_registry.py @@ -39,7 +39,7 @@ class ProviderMetadata: if len(supported_countries) == 1: # Provider has exactly one supported country (e.g., HRTi with ["HR"]) # Use that country instead of the passed-in country - self.country = supported_countries[0].upper() + self.country = supported_countries[0] self.is_multi_country = False else: # True single-country or country-agnostic (empty list)