diff --git a/src/NzbDrone.Core/Notifications/PushBullet/PushBulletProxy.cs b/src/NzbDrone.Core/Notifications/PushBullet/PushBulletProxy.cs index edeed98c4..fe1567f3e 100644 --- a/src/NzbDrone.Core/Notifications/PushBullet/PushBulletProxy.cs +++ b/src/NzbDrone.Core/Notifications/PushBullet/PushBulletProxy.cs @@ -12,7 +12,7 @@ namespace NzbDrone.Core.Notifications.PushBullet public class PushBulletProxy : IPushBulletProxy, IExecute { - private const string URL = "https://www.pushbullet.com/api/pushes"; + private const string URL = "https://api.pushbullet.com/api/pushes"; public void SendNotification(string title, string message, string apiKey, int deviceId) {