RemoteCdm: Remove unnecessary parsing of license msg

This commit is contained in:
rlaphoenix 2022-08-06 09:51:04 +01:00
parent 1d606a9e54
commit e4e109b9f3
1 changed files with 0 additions and 3 deletions

View File

@ -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={