From d4ba114772721c52d18954b86757fbac00d96005 Mon Sep 17 00:00:00 2001 From: Cucumberrbob <128094686+Cucumberrbob@users.noreply.github.com> Date: Sun, 9 Mar 2025 12:45:51 +0000 Subject: [PATCH] fix: typo - proxyserver setting applies to bezzad not internal --- server/RdtClient.Data/Models/Internal/DbSettings.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/RdtClient.Data/Models/Internal/DbSettings.cs b/server/RdtClient.Data/Models/Internal/DbSettings.cs index e90e258..698b2b5 100644 --- a/server/RdtClient.Data/Models/Internal/DbSettings.cs +++ b/server/RdtClient.Data/Models/Internal/DbSettings.cs @@ -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)")]