From 86f6b817fc1534e0816cf75421e88ac81f37bd4b Mon Sep 17 00:00:00 2001 From: Vasily Date: Mon, 22 Oct 2018 02:16:58 +0300 Subject: Replaced mb3admin.com phoning home with a stub mb3admin.local --- Emby.Server.Implementations/Updates/InstallationManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Emby.Server.Implementations/Updates') diff --git a/Emby.Server.Implementations/Updates/InstallationManager.cs b/Emby.Server.Implementations/Updates/InstallationManager.cs index 435bcfd043..a23166647a 100644 --- a/Emby.Server.Implementations/Updates/InstallationManager.cs +++ b/Emby.Server.Implementations/Updates/InstallationManager.cs @@ -178,7 +178,7 @@ namespace Emby.Server.Implementations.Updates var options = new HttpRequestOptions { - Url = "https://www.mb3admin.com/admin/service/package/retrieveall?includeAllRuntimes=true", + Url = "https://www.mb3admin.local/admin/service/package/retrieveall?includeAllRuntimes=true", CancellationToken = cancellationToken }; @@ -213,7 +213,7 @@ namespace Emby.Server.Implementations.Updates { using (var response = await _httpClient.SendAsync(new HttpRequestOptions { - Url = "https://www.mb3admin.com/admin/service/EmbyPackages.json", + Url = "https://www.mb3admin.local/admin/service/EmbyPackages.json", CancellationToken = cancellationToken, Progress = new SimpleProgress(), CacheLength = GetCacheLength(), -- cgit v1.2.3