mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 22:13:29 -07:00
Update SonarrCloudRequestBuilder.cs
Fix https error on older mono versions
This commit is contained in:
parent
0b8a84a57c
commit
e6809585c9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ namespace NzbDrone.Common.Cloud
|
|||
{
|
||||
public SonarrCloudRequestBuilder()
|
||||
{
|
||||
Services = new HttpRequestBuilder("https://radarr.aeonlucid.com/v1/")
|
||||
Services = new HttpRequestBuilder("http://radarr.aeonlucid.com/v1/")
|
||||
.CreateFactory();
|
||||
|
||||
SkyHookTvdb = new HttpRequestBuilder("http://skyhook.sonarr.tv/v1/tvdb/{route}/{language}/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue