1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

Updated: Radarr API url now points to new v2 version.

This commit is contained in:
Leonardo Galli 2017-06-20 10:23:26 +02:00
parent bae3a48aa1
commit f2e5d9e996

View File

@ -23,7 +23,7 @@ public class RadarrSettings : IProviderConfig
public RadarrSettings()
{
APIURL = "https://api.radarr.video";
APIURL = "https://api.radarr.video/v2";
Path = "";
}