mirror of https://github.com/lidarr/Lidarr
Update services url to https to allow updates to work (#154)
This commit is contained in:
parent
ded7574227
commit
d08d89929a
|
@ -13,7 +13,7 @@ namespace NzbDrone.Common.Cloud
|
|||
{
|
||||
public LidarrCloudRequestBuilder()
|
||||
{
|
||||
Services = new HttpRequestBuilder("http://services.lidarr.audio/v1/")
|
||||
Services = new HttpRequestBuilder("https://services.lidarr.audio/v1/")
|
||||
.CreateFactory();
|
||||
|
||||
Search = new HttpRequestBuilder("https://api.lidarr.audio/api/v0/{route}/") // TODO: Add {version} once LidarrAPI.Metadata is released.
|
||||
|
|
Loading…
Reference in New Issue