mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
Updated: Radarr API url now points to new v2 version.
This commit is contained in:
@@ -23,7 +23,7 @@ namespace NzbDrone.Core.NetImport.Radarr
|
||||
|
||||
public RadarrSettings()
|
||||
{
|
||||
APIURL = "https://api.radarr.video";
|
||||
APIURL = "https://api.radarr.video/v2";
|
||||
Path = "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user