mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
update radarr api url
This commit is contained in:
parent
234827d5fd
commit
86634006e5
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
|
|||
}
|
||||
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.Method = HttpMethod.POST;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue