From 7b4c2ec334c5ee19dba1e69f5803a83b5262ef4d Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 16 Dec 2014 00:46:54 -0500 Subject: improve extra resolution --- .../EntryPoints/Notifications/RemoteNotifications.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Server.Implementations/EntryPoints/Notifications') diff --git a/MediaBrowser.Server.Implementations/EntryPoints/Notifications/RemoteNotifications.cs b/MediaBrowser.Server.Implementations/EntryPoints/Notifications/RemoteNotifications.cs index dba93cbd4..d5b7f5b36 100644 --- a/MediaBrowser.Server.Implementations/EntryPoints/Notifications/RemoteNotifications.cs +++ b/MediaBrowser.Server.Implementations/EntryPoints/Notifications/RemoteNotifications.cs @@ -18,7 +18,7 @@ namespace MediaBrowser.Server.Implementations.EntryPoints.Notifications { public class RemoteNotifications : IServerEntryPoint { - private const string Url = "https://www.mb3admin.com/admin/service/MB3ServerNotifications.json"; + private const string Url = "http://www.mb3admin.com/admin/service/MB3ServerNotifications.json"; private Timer _timer; private readonly IHttpClient _httpClient; -- cgit v1.2.3