♻️ fix a reference to RD instead of DL in DebridLinkTorrentClient
This commit is contained in:
parent
48766e3d44
commit
f1bdc7d8b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue