aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/EntryPoints/Notifications/RemoteNotifications.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-12-16 00:46:54 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-12-16 00:46:54 -0500
commit7b4c2ec334c5ee19dba1e69f5803a83b5262ef4d (patch)
tree3b4e72ad93102ec595df38913471f16f163c34ae /MediaBrowser.Server.Implementations/EntryPoints/Notifications/RemoteNotifications.cs
parent3c48def0d76417572193cd306846f1516e0e9038 (diff)
improve extra resolution
Diffstat (limited to 'MediaBrowser.Server.Implementations/EntryPoints/Notifications/RemoteNotifications.cs')
-rw-r--r--MediaBrowser.Server.Implementations/EntryPoints/Notifications/RemoteNotifications.cs2
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;