mirror of
https://github.com/devine-dl/pywidevine.git
synced 2024-12-24 11:54:52 +00:00
Cdm: Remove unnecessary raw class instance variable
This commit is contained in:
parent
7f60844ee1
commit
2bb5c9e0b5
@ -82,9 +82,8 @@ class Cdm:
|
||||
|
||||
self.device = device
|
||||
self.init_data = pssh
|
||||
self.raw = raw
|
||||
|
||||
if not self.raw:
|
||||
if not raw:
|
||||
# we only want the init_data of the pssh box
|
||||
self.init_data = PSSH.get_as_box(pssh).init_data
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user