diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-12-16 00:46:54 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-12-16 00:46:54 -0500 |
| commit | 7b4c2ec334c5ee19dba1e69f5803a83b5262ef4d (patch) | |
| tree | 3b4e72ad93102ec595df38913471f16f163c34ae /MediaBrowser.Server.Implementations/EntryPoints/Notifications/RemoteNotifications.cs | |
| parent | 3c48def0d76417572193cd306846f1516e0e9038 (diff) | |
improve extra resolution
Diffstat (limited to 'MediaBrowser.Server.Implementations/EntryPoints/Notifications/RemoteNotifications.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/EntryPoints/Notifications/RemoteNotifications.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
