fix security level

This commit is contained in:
hyugogirubato
2025-07-05 18:13:05 +02:00
parent 112d31ded1
commit 9b3a3c2109
+1 -1
View File
@@ -139,7 +139,7 @@ class Cdm(Provisioning):
# Extract system ID and security level from client ID # Extract system ID and security level from client ID
system_id = drm_certificate.system_id system_id = drm_certificate.system_id
level = CryptoSession_GetSecurityLevel(client_info['oem_crypto_build_information']) level = CryptoSession_GetSecurityLevel(client_info.get('oem_crypto_build_information') or '')
# Derive a filesystem path from client info on the first iteration # Derive a filesystem path from client info on the first iteration
if not path: if not path: