magenta2: Introduce EPG

This commit is contained in:
Nirvana
2026-06-26 23:46:28 +02:00
parent 804cee3f64
commit 648cf7a604
@@ -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)