mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-22 22:43:31 -07:00
Merge remote-tracking branch 'refs/remotes/galli-leo/develop' into develop
This commit is contained in:
commit
4c9abe3d84
2 changed files with 5 additions and 5 deletions
|
@ -14,7 +14,7 @@ namespace NzbDrone.Common.Cloud
|
||||||
{
|
{
|
||||||
public SonarrCloudRequestBuilder()
|
public SonarrCloudRequestBuilder()
|
||||||
{
|
{
|
||||||
Services = new HttpRequestBuilder("https://radarr.aeonlucid.com/v1/")
|
Services = new HttpRequestBuilder("http://radarr.aeonlucid.com/v1/")
|
||||||
.CreateFactory();
|
.CreateFactory();
|
||||||
|
|
||||||
SkyHookTvdb = new HttpRequestBuilder("http://skyhook.sonarr.tv/v1/tvdb/{route}/{language}/")
|
SkyHookTvdb = new HttpRequestBuilder("http://skyhook.sonarr.tv/v1/tvdb/{route}/{language}/")
|
||||||
|
|
|
@ -319,9 +319,9 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
|
||||||
|
|
||||||
imdbMovies.Add(imdbMovie);
|
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