1
0
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:
Keivan Beigi
2014-12-04 17:54:37 -08:00
parent 0d61b5dc97
commit c4e684fbd3
9 changed files with 21 additions and 37 deletions
+1 -1
View File
@@ -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)