|
|
@ -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}/")
|
|
|
|