mirror of
https://github.com/nirvana-7777/script.service.ultimate.git
synced 2026-09-18 07:02:27 +02:00
magenta2: Introduce EPG
This commit is contained in:
@@ -911,4 +911,8 @@ class Magenta2Provider(StreamingProvider):
|
||||
if hasattr(self.authenticator, "get_sam3_client_status"):
|
||||
result["sam3_client"] = self.authenticator.get_sam3_client_status()
|
||||
|
||||
return result
|
||||
return result
|
||||
|
||||
@classmethod
|
||||
def get_static_supported_countries(cls) -> List[str]:
|
||||
return SUPPORTED_COUNTRIES.copy()
|
||||
Reference in New Issue
Block a user