diff --git a/server/RdtClient.Service/Services/TorrentClients/DebridLinkTorrentClient.cs b/server/RdtClient.Service/Services/TorrentClients/DebridLinkTorrentClient.cs index 92225d5..edbc911 100644 --- a/server/RdtClient.Service/Services/TorrentClients/DebridLinkTorrentClient.cs +++ b/server/RdtClient.Service/Services/TorrentClients/DebridLinkTorrentClient.cs @@ -29,7 +29,7 @@ public class DebridLinkClient : ITorrentClient if (String.IsNullOrWhiteSpace(apiKey)) { - throw new Exception("Real-Debrid API Key not set in the settings"); + throw new Exception("DebridLink API Key not set in the settings"); } var httpClient = _httpClientFactory.CreateClient();