mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 14:55:20 -07:00
Updated: Radarr API url now points to new v2 version.
This commit is contained in:
parent
bae3a48aa1
commit
f2e5d9e996
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ namespace NzbDrone.Core.NetImport.Radarr
|
||||||
|
|
||||||
public RadarrSettings()
|
public RadarrSettings()
|
||||||
{
|
{
|
||||||
APIURL = "https://api.radarr.video";
|
APIURL = "https://api.radarr.video/v2";
|
||||||
Path = "";
|
Path = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue