mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 22:13:29 -07:00
Update SkyHookProxy.cs
This commit is contained in:
parent
e6809585c9
commit
83453e2464
1 changed files with 4 additions and 4 deletions
|
@ -319,10 +319,10 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
|
|||
|
||||
imdbMovies.Add(imdbMovie);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
_logger.Error(e, "Error occured while searching for new movies.");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue