♻️ fix a reference to RD instead of DL in DebridLinkTorrentClient

This commit is contained in:
Wald764 2025-02-03 00:49:07 +01:00
parent 48766e3d44
commit f1bdc7d8b4

View file

@ -29,7 +29,7 @@ public class DebridLinkClient : ITorrentClient
if (String.IsNullOrWhiteSpace(apiKey)) 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(); var httpClient = _httpClientFactory.CreateClient();