diff options
Diffstat (limited to 'Emby.Server.Implementations/EntryPoints/UsageReporter.cs')
| -rw-r--r-- | Emby.Server.Implementations/EntryPoints/UsageReporter.cs | 2 |
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) { |
