Skip to content

Commit

Permalink
Update name for errors with metadata API
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerboy448 committed Feb 21, 2024
1 parent 30fc3fc commit 87f88af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NzbDrone.Core/MetadataSource/SkyHook/SkyHookProxy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public List<Artist> SearchForNewArtist(string title)
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)
{
Expand Down

0 comments on commit 87f88af

Please sign in to comment.