1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

Update SkyHookProxy.cs

This commit is contained in:
Leonardo Galli
2017-01-09 00:40:36 +01:00
committed by GitHub
parent e6809585c9
commit 83453e2464
@@ -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.");
}
}