mirror of
https://github.com/devine-dl/pywidevine.git
synced 2025-04-30 06:34:30 +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."
|
f"'{SignedMessage.MessageType.Name(license_message.type)}' message."
|
||||||
)
|
)
|
||||||
|
|
||||||
licence = License()
|
|
||||||
licence.ParseFromString(license_message.msg)
|
|
||||||
|
|
||||||
r = self.__session.post(
|
r = self.__session.post(
|
||||||
url=f"{self.host}/{self.device_name}/parse_license/ALL",
|
url=f"{self.host}/{self.device_name}/parse_license/ALL",
|
||||||
json={
|
json={
|
||||||
|
Loading…
x
Reference in New Issue
Block a user