From 648cf7a604e8e982d03e64b47227882bb8189948 Mon Sep 17 00:00:00 2001 From: Nirvana Date: Fri, 26 Jun 2026 23:46:28 +0200 Subject: [PATCH] magenta2: Introduce EPG --- lib/streaming_providers/base/provider_registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)