mirror of
https://github.com/Readarr/Readarr
synced 2025-12-17 13:52:36 +01:00
Update services url to https to allow updates to work (#154)
This commit is contained in:
parent
ded7574227
commit
d08d89929a
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ public class LidarrCloudRequestBuilder : ILidarrCloudRequestBuilder
|
|||
{
|
||||
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 a new issue