mirror of
https://github.com/devine-dl/pywidevine.git
synced 2025-04-29 22:24:36 +02:00
RemoteCdm: Remove unnecessary parsing of license msg
This commit is contained in:
parent
1d606a9e54
commit
e4e109b9f3
@ -227,9 +227,6 @@ class RemoteCdm(Cdm):
|
||||
f"'{SignedMessage.MessageType.Name(license_message.type)}' message."
|
||||
)
|
||||
|
||||
licence = License()
|
||||
licence.ParseFromString(license_message.msg)
|
||||
|
||||
r = self.__session.post(
|
||||
url=f"{self.host}/{self.device_name}/parse_license/ALL",
|
||||
json={
|
||||
|
Loading…
x
Reference in New Issue
Block a user