Update name for errors with metadata API

pull/4616/head
bakerboy448 2 months ago committed by GitHub
parent 30fc3fc70a
commit 87f88af7ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save