mirror of https://github.com/Radarr/Radarr
update radarr api url
This commit is contained in:
parent
234827d5fd
commit
86634006e5
|
@ -391,7 +391,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{*/
|
{*/
|
||||||
request = new HttpRequestBuilder("https://radarr.video/api/{action}/").SetSegment("action", action).Build();
|
request = new HttpRequestBuilder("https://api.radarr.video/{action}/").SetSegment("action", action).Build();
|
||||||
|
|
||||||
request.AllowAutoRedirect = true;
|
request.AllowAutoRedirect = true;
|
||||||
request.Method = HttpMethod.POST;
|
request.Method = HttpMethod.POST;
|
||||||
|
|
Loading…
Reference in New Issue