mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-22 22:16:13 -04:00
update usages of nzbdrone.com to sonarr.tv
This commit is contained in:
@@ -9,7 +9,7 @@ namespace NzbDrone.Common.Cloud
|
||||
|
||||
public class DroneServicesHttpRequestBuilder : HttpRequestBuilder, IDroneServicesRequestBuilder
|
||||
{
|
||||
private const string ROOT_URL = "http://services.nzbdrone.com/v1/";
|
||||
private const string ROOT_URL = "https://services.sonarr.tv/v1/";
|
||||
|
||||
public DroneServicesHttpRequestBuilder()
|
||||
: base(ROOT_URL)
|
||||
|
||||
Reference in New Issue
Block a user