Support for upcoming pyLoad-ng release in pyLoad integration (#141297)

Fix extra key `proxy` in pyLoad
This commit is contained in:
Manu 2025-03-27 07:46:58 +01:00 committed by Franck Nijhof
parent 6b9e8c301b
commit b1ee5a76e1
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class PyLoadData:
download: bool
reconnect: bool
captcha: bool | None = None
proxy: bool | None = None
free_space: int

View File

@ -13,6 +13,7 @@
'download': True,
'free_space': 99999999999,
'pause': False,
'proxy': None,
'queue': 6,
'reconnect': False,
'speed': 5405963.0,