mirror of
https://github.com/Radarr/Radarr
synced 2025-12-31 20:55:25 +01: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 @@ public List<Movie> SearchForNewMovie(string title)
|
|||
|
||||
imdbMovies.Add(imdbMovie);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
_logger.Error(e, "Error occured while searching for new movies.");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue