mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 22:13:29 -07:00
we are not skyhook
This commit is contained in:
parent
30fc3fc70a
commit
bfde014bfa
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
|
|||
catch (WebException ex)
|
||||
{
|
||||
_logger.Warn(ex);
|
||||
throw new SkyHookException("Search for '{0}' failed. Unable to communicate with SkyHook.", ex, title, ex.Message);
|
||||
throw new SkyHookException("Search for '{0}' failed. Unable to communicate with LidarrAPI.", ex, title, ex.Message);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue