mirror of
https://github.com/devine-dl/pywidevine.git
synced 2024-10-30 05:29:21 +00:00
RemoteCdm: Increase minimum supported server to v1.4.0
This commit is contained in:
parent
2e2b5d528a
commit
4f32b4b790
@ -86,7 +86,7 @@ class RemoteCdm(Cdm):
|
||||
if not server_version:
|
||||
raise ValueError(f"The pywidevine server API is not stating the version correctly, cannot continue.")
|
||||
server_version = server_version.group(1)
|
||||
if server_version < "1.3.0":
|
||||
if server_version < "1.4.0":
|
||||
raise ValueError(f"This pywidevine serve API version ({server_version}) is not supported.")
|
||||
|
||||
@classmethod
|
||||
|
Loading…
Reference in New Issue
Block a user