mirror of
https://github.com/Sonarr/Sonarr
synced 2026-04-20 12:11:40 +02:00
Secure URLs for Skyhook and Services
This commit is contained in:
parent
81d6c0d210
commit
07cbc71aa2
1 changed files with 2 additions and 2 deletions
|
|
@ -12,10 +12,10 @@ public class SonarrCloudRequestBuilder : ISonarrCloudRequestBuilder
|
|||
{
|
||||
public SonarrCloudRequestBuilder()
|
||||
{
|
||||
Services = new HttpRequestBuilder("http://services.sonarr.tv/v1/")
|
||||
Services = new HttpRequestBuilder("https://services.sonarr.tv/v1/")
|
||||
.CreateFactory();
|
||||
|
||||
SkyHookTvdb = new HttpRequestBuilder("http://skyhook.sonarr.tv/v1/tvdb/{route}/{language}/")
|
||||
SkyHookTvdb = new HttpRequestBuilder("https://skyhook.sonarr.tv/v1/tvdb/{route}/{language}/")
|
||||
.SetSegment("language", "en")
|
||||
.CreateFactory();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue