mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-18 21:55:12 -04:00
Changed pushbullet url to api.pushbullet.com
Fixed: PushBullet URL
This commit is contained in:
@@ -12,7 +12,7 @@ namespace NzbDrone.Core.Notifications.PushBullet
|
|||||||
|
|
||||||
public class PushBulletProxy : IPushBulletProxy, IExecute<TestPushBulletCommand>
|
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)
|
public void SendNotification(string title, string message, string apiKey, int deviceId)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user