mirror of
https://github.com/nirvana-7777/script.service.ultimate.git
synced 2026-09-23 01:22:17 +02:00
magenta2: Introduce EPG
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user