mirror of
https://github.com/Radarr/Radarr
synced 2025-01-01 12:54:21 +00: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 @@ public List<Movie> DiscoverNewMovies(string action)
|
|||
}
|
||||
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…
Reference in a new issue