mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-23 11:45:09 -04:00
Changed pushbullet url to api.pushbullet.com
Fixed: PushBullet URL
This commit is contained in:
1 parent
ec63053fe7
commit
fb4e9fed85
1 file changed
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in new issue
Block a user