This commit is contained in:
CodeName393
2026-02-25 01:44:33 +09:00
committed by GitHub
parent c78a649170
commit eefb6fcad7

View File

@@ -315,7 +315,7 @@ class Service(metaclass=ABCMeta):
to avoid unnecessary processing. to avoid unnecessary processing.
""" """
# Delegates license handling to the Widevine license method by default if a service-specific PlayReady implementation is not provided. # Delegates license handling to the Widevine license method by default if a service-specific PlayReady implementation is not provided.
self.get_widevine_license(challenge=challenge, title=title, track=track) return self.get_widevine_license(challenge=challenge, title=title, track=track)
# Required Abstract functions # Required Abstract functions
# The following functions *must* be implemented by the Service. # The following functions *must* be implemented by the Service.