1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

Changed pushbullet url to api.pushbullet.com

Fixed: PushBullet URL
This commit is contained in:
Mark McDowall 2013-11-19 17:36:50 -08:00
parent ec63053fe7
commit fb4e9fed85

View File

@ -12,7 +12,7 @@ public interface IPushBulletProxy
public class PushBulletProxy : IPushBulletProxy, IExecute<TestPushBulletCommand>
{
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)
{