aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/EntryPoints/UsageReporter.cs
diff options
context:
space:
mode:
authorVasily <just.one.man@yandex.ru>2018-10-22 02:16:58 +0300
committerVasily <just.one.man@yandex.ru>2018-10-22 02:16:58 +0300
commit86f6b817fc1534e0816cf75421e88ac81f37bd4b (patch)
tree6d7165baa1667473e4a70e5ea8ccdaadd985c73e /Emby.Server.Implementations/EntryPoints/UsageReporter.cs
parent7b71249e37138eee75569a4a7e2fd16bfc244e65 (diff)
Replaced mb3admin.com phoning home with a stub mb3admin.local
Diffstat (limited to 'Emby.Server.Implementations/EntryPoints/UsageReporter.cs')
-rw-r--r--Emby.Server.Implementations/EntryPoints/UsageReporter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/EntryPoints/UsageReporter.cs b/Emby.Server.Implementations/EntryPoints/UsageReporter.cs
index 86b335b77..d9c9e1a40 100644
--- a/Emby.Server.Implementations/EntryPoints/UsageReporter.cs
+++ b/Emby.Server.Implementations/EntryPoints/UsageReporter.cs
@@ -18,7 +18,7 @@ namespace Emby.Server.Implementations.EntryPoints
private readonly IServerApplicationHost _applicationHost;
private readonly IHttpClient _httpClient;
private readonly ILogger _logger;
- private const string MbAdminUrl = "https://www.mb3admin.com/admin/";
+ private const string MbAdminUrl = "https://www.mb3admin.local/admin/";
public UsageReporter(IServerApplicationHost applicationHost, IHttpClient httpClient, ILogger logger)
{