Merge pull request #742 from Cucumberrbob/fix/proxy-server-is-bezzad-not-internal

fix: typo - proxyserver setting applies to bezzad not internal
This commit is contained in:
Roger Far 2025-03-21 14:57:56 -06:00 committed by GitHub
commit d4d2689772
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -111,8 +111,8 @@ public class DbSettingsDownloadClient
[Description("Timeout in milliseconds before the downloader times out.")]
public Int32 Timeout { get; set; } = 5000;
[DisplayName("Proxy Server (only used for the Internal Downloader)")]
[Description("Address of a proxy server to download through (only used for the Internal Downloader).")]
[DisplayName("Proxy Server (only used for the Bezzad Downloader)")]
[Description("Address of a proxy server to download through (only used for the Bezzad Downloader).")]
public String? ProxyServer { get; set; } = null;
[DisplayName("Aria2c URL (only used for the Aria2c Downloader)")]