mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Nice try uTorrent, you're not Deluge
Fixed: uTorrent error message identity crisis
This commit is contained in:
@@ -193,12 +193,12 @@ namespace NzbDrone.Core.Download.Clients.UTorrent
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
throw new DownloadClientException("Unable to connect to Deluge, please check your settings", ex);
|
throw new DownloadClientException("Unable to connect to uTorrent, please check your settings", ex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (WebException ex)
|
catch (WebException ex)
|
||||||
{
|
{
|
||||||
throw new DownloadClientException("Unable to connect to Deluge, please check your settings", ex);
|
throw new DownloadClientException("Unable to connect to uTorrent, please check your settings", ex);
|
||||||
}
|
}
|
||||||
|
|
||||||
return Json.Deserialize<UTorrentResponse>(response.Content);
|
return Json.Deserialize<UTorrentResponse>(response.Content);
|
||||||
|
Reference in New Issue
Block a user