Cdm: Remove unnecessary raw class instance variable

This commit is contained in:
rlaphoenix 2022-07-20 20:37:04 +01:00
parent 7f60844ee1
commit 2bb5c9e0b5
1 changed files with 1 additions and 2 deletions

View File

@ -82,9 +82,8 @@ class Cdm:
self.device = device self.device = device
self.init_data = pssh self.init_data = pssh
self.raw = raw
if not self.raw: if not raw:
# we only want the init_data of the pssh box # we only want the init_data of the pssh box
self.init_data = PSSH.get_as_box(pssh).init_data self.init_data = PSSH.get_as_box(pssh).init_data