Proxy port is now an integer in the default configuration

This commit is contained in:
Jose Manuel Delicado 2021-01-22 16:54:20 +01:00
parent bcc8f5968e
commit 06dc26e962

View File

@ -26,6 +26,6 @@ no_streaming = boolean(default=False)
[proxy]
type = string(default="Direct connection")
server = string(default="")
port = string(default="")
port = integer(default=8080)
user = string(default="")
password = string(default="")