mirror of
https://github.com/unshackle-dl/unshackle.git
synced 2026-03-10 08:29:00 +00:00
Fix
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user