fix: typo - proxyserver setting applies to bezzad not internal

This commit is contained in:
Cucumberrbob 2025-03-09 12:45:51 +00:00
parent a366328472
commit d4ba114772
No known key found for this signature in database
GPG key ID: 2B935C47401C3614

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)")]