we are not skyhook

This commit is contained in:
bakerboy448 2024-02-21 16:59:51 -06:00 committed by GitHub
commit bfde014bfa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -233,7 +233,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
catch (WebException ex) catch (WebException ex)
{ {
_logger.Warn(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) catch (Exception ex)
{ {