mirror of
https://github.com/Lidarr/Lidarr
synced 2026-03-05 12:04:18 +01:00
Update name for errors with metadata API
This commit is contained in:
parent
30fc3fc70a
commit
87f88af7ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue