Nice try uTorrent, you're not Deluge

Fixed: uTorrent error message identity crisis
pull/4/head
Mark McDowall 8 years ago
parent 319b4f13b7
commit 2f3bc61af7

@ -193,12 +193,12 @@ namespace NzbDrone.Core.Download.Clients.UTorrent
}
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)
{
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);

Loading…
Cancel
Save