mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-09 05:22:09 +02:00
Changed pushbullet url to api.pushbullet.com
Fixed: PushBullet URL
This commit is contained in:
parent
ec63053fe7
commit
fb4e9fed85
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ public interface IPushBulletProxy
|
||||||
|
|
||||||
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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue